Enum
IconScaleCondition

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.

Declaration

cs-api-definition
AlwaysScale = 0

Field Value

IconScaleCondition

NeverScale

Never resize; use the original icon size.

Declaration

cs-api-definition
NeverScale = 3

Field Value

IconScaleCondition

ScaleIfBiggerThanAnnotationRectangle

Resize only when the icon is larger than the rectangle.

Declaration

cs-api-definition
ScaleIfBiggerThanAnnotationRectangle = 1

Field Value

IconScaleCondition

ScaleIfSmallerThanAnnotationRectangle

Resize only when the icon is smaller than the rectangle.

Declaration

cs-api-definition
ScaleIfSmallerThanAnnotationRectangle = 2

Field Value

IconScaleCondition