A newer version of this page is available.
Switch to the current version.
PageInfoBrick.LineAlignment Property
Gets or sets the brick alignment related to the top of the parent area.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public BrickAlignment LineAlignment { get; set; }
<XtraSerializableProperty>
Public Property LineAlignment As BrickAlignment
Property Value
Type | Description |
---|---|
BrickAlignment | A BrickAlignment enumeration member, specifying the alignment. |
Remarks
The following picture illustrates the LineAlignment effect.
Each PageInfoBrick shown has its PageInfoBrick.Alignment set to BrickAlignment.Near
Implements
DevExpress.XtraPrinting.IPageBrick.LineAlignment
See Also
Feedback