Enum
RadImageLayout

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:

cs-api-definition
public enum RadImageLayout

Fields

Center

The image is centered within the element's client rectangle.

Declaration

cs-api-definition
Center = 2

Field Value

RadImageLayout

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.

Declaration

cs-api-definition
FitIntoBounds = 5

Field Value

RadImageLayout

None

The image is aligned according to the ImageAlignment property value.

Declaration

cs-api-definition
None = 0

Field Value

RadImageLayout

Stretch

The image is stretched across the element's client rectangle.

Declaration

cs-api-definition
Stretch = 3

Field Value

RadImageLayout

Tile

The image is tiled across the element's client rectangle.

Declaration

cs-api-definition
Tile = 1

Field Value

RadImageLayout

Zoom

The image is enlarged within the element's client rectangle.

Declaration

cs-api-definition
Zoom = 4

Field Value

RadImageLayout