BrickStringFormat(StringAlignment) Constructor
In This Article
Initializes a new instance of the BrickStringFormat class with the specified string alignment.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public BrickStringFormat(
StringAlignment alignment
)
#Parameters
Name | Type | Description |
---|---|---|
alignment | String |
A String |
See Also