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

BrickStringFormat.Alignment Property

Gets or sets text alignment information.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public StringAlignment Alignment { get; }

Property Value

Type Description
StringAlignment

A StringAlignment enumeration value that specifies text alignment information.

See Also