Back to Devexpress

BrickAlignment Enum

corelibraries-devexpress-dot-xtraprinting-029f56af.md

latest2.3 KB
Original Source

BrickAlignment Enum

Specifies brick alignment relative to its layout rectangle.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum BrickAlignment : byte
vb
Public Enum BrickAlignment As Byte

Members

NameDescription
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.

|

The following properties accept/return BrickAlignment values:

LibraryRelated API Members
Cross-Platform Class LibraryPageArea.LineAlignment
PageImageBrick.Alignment
PageImageBrick.LineAlignment
PageInfoBrick.Alignment
PageInfoBrick.LineAlignment
PageTableBrick.Alignment
PageTableBrick.LineAlignment
UserPageBrick.Alignment
UserPageBrick.LineAlignment
ASP.NET Web Forms ControlsGridViewExporterHeaderFooter.VerticalAlignment

See Also

DevExpress.XtraPrinting Namespace