BrickStringFormat(StringAlignment) Constructor
Initializes a new instance of the BrickStringFormat class with the specified string alignment.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
alignment | StringAlignment | A StringAlignment enumeration value representing text alignment settings. This value is assigned to the BrickStringFormat.Alignment property. |
See Also