RadImageLayout
Enum
Represents an enumeration that specifies the position of the image on the control/element.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum RadImageLayout
Fields
The image is centered within the element's client rectangle.
C#
Center = 2
If the image is smaller than the control's client rectangle it is centered, otherwise the image is enlarged within the control's client rectangle.
C#
FitIntoBounds = 5
The image is aligned according to the ImageAlignment property value.
C#
None = 0
The image is stretched across the element's client rectangle.
C#
Stretch = 3
The image is tiled across the element's client rectangle.
C#
Tile = 1
The image is enlarged within the element's client rectangle.
C#
Zoom = 4