ImageAlignment Enum
Specifies the alignment of a displayed image in relation to the container control’s boundaries.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Default
|
The default image alignment is used. |
Top
|
An image is aligned to the top left corner of a control. |
Top
|
An image is aligned to the top side of a control. |
Top
|
An image is aligned to the top right corner of a control. |
Middle
|
An image is aligned to the left side of a control. |
Middle
|
An image is aligned to the middle of a control. |
Middle
|
An image is aligned to the right side of a control. |
Bottom
|
An image is aligned to the bottom left corner of a control. |
Bottom
|
An image is aligned to the bottom side of a control. |
Bottom
|
An image is aligned to the bottom right corner of a control. |
#Related API Members
The following properties accept/return ImageAlignment values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Image |
Image |
|
Page |
|
Page |
|
.NET Reporting Tools | XRPicture |