Enum ImageScaling
Specifies how an image should be scaled to fit within its allocated space.
Namespace: Telerik.WinControls.Enumerations
Assembly: Telerik.WinControls.dll
Syntax
public enum ImageScaling
Remarks
This enumeration defines the various scaling behaviors that can be applied to images when they need to be displayed in a space that may be different from their natural size. The scaling mode affects both the visual appearance and the aspect ratio preservation of the rendered image.
None
The image is displayed at its original size without any scaling.
SizeToFit
The image is scaled to fit within the available space while maintaining its aspect ratio.