New to Telerik ReportingStart a free 30-day trial

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 depending on the value of the Sizing property.

C#
Auto = 0
Remarks:

When Sizing is set to Normal, a top-left alignment is used. In all other cases the image is aligned in the center of the item bounds.

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