BrickStringFormat.Create(TextAlignment, Boolean) Method
Creates a new instance of the BrickStringFormat class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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