Enum RadImageLayout
Represents an enumeration that specifies the position of the image on the control/element.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadImageLayout
Center
The image is centered within the element's client rectangle.
FitIntoBounds
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.
None
The image is aligned according to the ImageAlignment property value.
Stretch
The image is stretched across the element's client rectangle.
Tile
The image is tiled across the element's client rectangle.
Zoom
The image is enlarged within the element's client rectangle.