BrickStringFormat.Create(TextAlignment, StringFormatFlags, StringTrimming) Method
In This Article
Creates a new instance of the BrickStringFormat class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public static BrickStringFormat Create(
TextAlignment textAlignment,
StringFormatFlags formatFlags,
StringTrimming trimming
)
#Parameters
Name | Type | Description |
---|---|---|
text |
Text |
A Text |
format |
String |
A String |
trimming | String |
A String |
#Returns
Type | Description |
---|---|
Brick |
A new Brick |
See Also