BrickAlignment Enum
In This Article
Specifies brick alignment relative to its layout rectangle.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
None
|
Cancels brick alignment. |
Near
|
Specifies that the text shall be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right. |
Center
|
Specifies whether a brick is aligned by the center of the layout rectangle. |
Far
|
Specifies whether a brick is aligned away from the original position of the layout rectangle. |
#Related API Members
The following properties accept/return BrickAlignment values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Page |
Page |
|
Page |
|
Page |
|
Page |
|
Page |
|
Page |
|
User |
|
User |
|
ASP. |
Grid |
See Also