Skip to main content

BrickStringFormat.LineAlignment Property

Gets or sets line alignment.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public StringAlignment LineAlignment { get; }

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value that represents line alignment information.

See Also