EnumIconScalingType
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:
cs-api-definition
public enum IconScalingType
Fields
FitExactly
Scale to fit the rectangle exactly; aspect ratio may be distorted.
Proportional
Scale to fit inside while preserving aspect ratio.