Skip to main content

PageTableBrick.LineAlignment Property

Gets or sets the brick alignment related to the top of the parent area.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickAlignment LineAlignment { get; set; }

Property Value

Type Description
BrickAlignment

A BrickAlignment enumeration member, specifying the alignment.

Available values:

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.

Remarks

The following picture illustrates the LineAlignment effect.

LineAlignment

Each PageInfoBrick shown has its PageInfoBrick.Alignment set to BrickAlignment.Near.

See Also