BrickStringFormat.Create(TextAlignment, Boolean) Method
Creates a new instance of the BrickStringFormat class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
textAlignment | TextAlignment | A TextAlignment enumeration value. |
wordWrap | Boolean | true to enable word-wrapping; otherwise, false. |
Returns
Type | Description |
---|---|
BrickStringFormat | A new BrickStringFormat instance with the specified values. |
Remarks
To create a new instance of the BrickStringFormat class with the specified format flags, use the overloaded BrickStringFormat.Create method with the formatFlags parameter.
See Also