Skip to main content

BrickStringFormat.Alignment Property

Gets or sets text alignment information.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public StringAlignment Alignment { get; }

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value that specifies text alignment information.

See Also