EnumIconScaleCondition
Enum
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:
cs-api-definition
public enum IconScaleCondition
Fields
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.
Declaration
cs-api-definition
ScaleIfBiggerThanAnnotationRectangle = 1
Field Value
ScaleIfSmallerThanAnnotationRectangle
Resize only when the icon is smaller than the rectangle.
Declaration
cs-api-definition
ScaleIfSmallerThanAnnotationRectangle = 2
Field Value