ImageAlignModes
Enum
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ImageAlignModes
Fields
Image is located at Bottom of element.
C#
Bottom = 1
Image is located at BottomLeft of element.
C#
BottomLeft = 8
Image is located at BottomRight of element.
C#
BottomRight = 7
Image is located at Center of element.
C#
Center = 4
Image is located at Left of element.
C#
Left = 3
Image is located at Right of element.
C#
Right = 2
Image is located at Top of element.
C#
Top = 0
Image is located at TopLeft of element.
C#
TopLeft = 6
Image is located at TopRight of element.
C#
TopRight = 5