Enum IconScaleCondition
Represents the conditions by which the button icon will be scaled in Annotation rectangle.
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum IconScaleCondition
AlwaysScale
Always scale the icon.
NeverScale
Never scale the icon.
ScaleIfBiggerThanAnnotationRectangle
Scale the icon if it is bigger than Annotation Rectangle.
ScaleIfSmallerThanAnnotationRectangle
Scale the icon if it is smaller than Annotation Rectangle.