Enum IconScaleCondition
Specifies the conditions under which a button icon will be scaled within an annotation rectangle.
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum IconScaleCondition
AlwaysScale
Always scale the icon to fit within the annotation rectangle.
NeverScale
Never scale the icon, use its original size.
ScaleIfBiggerThanAnnotationRectangle
Scale the icon only if it is larger than the annotation rectangle.
ScaleIfSmallerThanAnnotationRectangle
Scale the icon only if it is smaller than the annotation rectangle.