BrickStringFormat.Create(TextAlignment, StringFormatFlags, StringTrimming) 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
public static BrickStringFormat Create(
TextAlignment textAlignment,
StringFormatFlags formatFlags,
StringTrimming trimming
)
Parameters
Name | Type | Description |
---|---|---|
textAlignment | TextAlignment | A TextAlignment enumeration value. |
formatFlags | StringFormatFlags | A StringFormatFlags enumeration value. |
trimming | StringTrimming | A StringTrimming enumeration value. |
Returns
Type | Description |
---|---|
BrickStringFormat | A new BrickStringFormat instance with the specified values. |
See Also