Enum ScalingMode

ScalingMode enumeration

The type of scaling that shall be used.

public enum ScalingMode

Values

NameValueDescription
Proportional0Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon�s original aspect ratio.
Anamorphic1Scale the icon to fill the annotation rectangle exactly.

See Also