Enum ScalingReason

ScalingReason enumeration

The circumstances under which the icon shall be scaled inside the annotation rectangle.

public enum ScalingReason

Values

NameValueDescription
Always0Always scale.
IconIsBigger1BScale only when the icon is bigger than the annotation rectangle.
IconIsSmaller2Scale only when the icon is smaller than the annotation rectangle.
Never3Never scale.

See Also