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