Enum
ImageAlignment

Defines the alignment of the image inside the picture box.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum ImageAlignment

Fields

Auto

Aligns the image depending on the value of the Sizing property.

Declaration

cs-api-definition
Auto = 0

Field Value

ImageAlignment

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.

Bottom

Aligns the image to the bottom center side of the element bounds.

Declaration

cs-api-definition
Bottom = 5

Field Value

ImageAlignment

BottomLeft

Aligns the image to the bottom left corner of the element bounds.

Declaration

cs-api-definition
BottomLeft = 9

Field Value

ImageAlignment

BottomRight

Aligns the image to the bottom right corner of the element bounds.

Declaration

cs-api-definition
BottomRight = 8

Field Value

ImageAlignment

Center

Aligns the image to the center of the element bounds.

Declaration

cs-api-definition
Center = 1

Field Value

ImageAlignment

Left

Aligns the image to the middle left side of the element bounds.

Declaration

cs-api-definition
Left = 2

Field Value

ImageAlignment

Right

Aligns the image to the middle right side of the element bounds.

Declaration

cs-api-definition
Right = 4

Field Value

ImageAlignment

Top

Aligns the image to the top center side of the element bounds.

Declaration

cs-api-definition
Top = 3

Field Value

ImageAlignment

TopLeft

Aligns the image to the top left corner of the element bounds.

Declaration

cs-api-definition
TopLeft = 6

Field Value

ImageAlignment

TopRight

Aligns the image to the top right corner of the element bounds.

Declaration

cs-api-definition
TopRight = 7

Field Value

ImageAlignment