Skip to main content
A newer version of this page is available. .

BrickStringFormat.LineAlignment Property

Gets or sets line alignment.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public StringAlignment LineAlignment { get; }

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value that represents line alignment information.

See Also