BrickStringFormat(BrickStringFormat, DXStringAlignment, DXStringAlignment) Constructor
Initializes a new instance of the BrickStringFormat class with specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v26.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public BrickStringFormat(
BrickStringFormat source,
DXStringAlignment alignment,
DXStringAlignment lineAlignment
)
Parameters
| Name | Type | Description |
|---|---|---|
| source | BrickStringFormat | A |
| alignment | DXStringAlignment | The alignment of the text within its layout rectangle. |
| lineAlignment | DXStringAlignment | The alignment of the text lines within the layout rectangle. |
See Also