Enum IconScalingType
Specifies how an icon should be scaled when resizing is needed.
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum IconScalingType
FitExactly
The icon should be scaled to exactly fit the annotation rectangle, potentially distorting the aspect ratio.
Proportional
The icon should be scaled to fit inside the annotation rectangle while preserving its original aspect ratio.