Enum
ImageAlignModes

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
public enum ImageAlignModes

Fields

Bottom

Image is located at Bottom of element.

Declaration

cs-api-definition
Bottom = 1

Field Value

ImageAlignModes

BottomLeft

Image is located at BottomLeft of element.

Declaration

cs-api-definition
BottomLeft = 8

Field Value

ImageAlignModes

BottomRight

Image is located at BottomRight of element.

Declaration

cs-api-definition
BottomRight = 7

Field Value

ImageAlignModes

Center

Image is located at Center of element.

Declaration

cs-api-definition
Center = 4

Field Value

ImageAlignModes

Left

Image is located at Left of element.

Declaration

cs-api-definition
Left = 3

Field Value

ImageAlignModes

Right

Image is located at Right of element.

Declaration

cs-api-definition
Right = 2

Field Value

ImageAlignModes

Top

Image is located at Top of element.

Declaration

cs-api-definition
Top = 0

Field Value

ImageAlignModes

TopLeft

Image is located at TopLeft of element.

Declaration

cs-api-definition
TopLeft = 6

Field Value

ImageAlignModes

TopRight

Image is located at TopRight of element.

Declaration

cs-api-definition
TopRight = 5

Field Value

ImageAlignModes