Enum ImageAlignment
Defines the alignment of the image inside the picture box.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public enum ImageAlignment
Auto
Aligns the image depending on the value of the Sizing property.
Bottom
Aligns the image to the bottom center side of the element bounds.
BottomLeft
Aligns the image to the bottom left corner of the element bounds.
BottomRight
Aligns the image to the bottom right corner of the element bounds.
Center
Aligns the image to the center of the element bounds.
Left
Aligns the image to the middle left side of the element bounds.
Right
Aligns the image to the middle right side of the element bounds.
Top
Aligns the image to the top center side of the element bounds.
TopLeft
Aligns the image to the top left corner of the element bounds.
TopRight
Aligns the image to the top right corner of the element bounds.