BrickStringFormat.Create(TextAlignment, StringFormatFlags, StringTrimming) Method
Creates a new instance of the BrickStringFormat class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
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