ImageAlignment
Enum
Defines the alignment of the image inside the picture box.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ImageAlignment
Fields
Aligns the image to the bottom center side of the element bounds.
C#
Bottom = 5
Aligns the image to the bottom left corner of the element bounds.
C#
BottomLeft = 9
Aligns the image to the bottom right corner of the element bounds.
C#
BottomRight = 8
Aligns the image to the center of the element bounds.
C#
Center = 1
Aligns the image to the middle left side of the element bounds.
C#
Left = 2
Aligns the image to the middle right side of the element bounds.
C#
Right = 4
Aligns the image to the top center side of the element bounds.
C#
Top = 3
Aligns the image to the top left corner of the element bounds.
C#
TopLeft = 6
Aligns the image to the top right corner of the element bounds.
C#
TopRight = 7