IconScalingType
Enum
Modes that control how an icon scales when resizing is required.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum IconScalingType
Fields
Scale to fit the rectangle exactly; aspect ratio may be distorted.
C#
FitExactly = 0
Scale to fit inside while preserving aspect ratio.
C#
Proportional = 1