Enum IconScaleCondition
Conditions that govern when a button icon is resized to fit its annotation rectangle.
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum IconScaleCondition
AlwaysScale
Always resize the icon to fit.
NeverScale
Never resize; use the original icon size.
ScaleIfBiggerThanAnnotationRectangle
Resize only when the icon is larger than the rectangle.
ScaleIfSmallerThanAnnotationRectangle
Resize only when the icon is smaller than the rectangle.