BrickStringFormat(DXStringFormatFlags, 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(
DXStringFormatFlags options,
DXStringAlignment alignment,
DXStringAlignment lineAlignment
)
Parameters
| Name | Type | Description |
|---|---|---|
| options | DXStringFormatFlags | A value that defines the text layout and display behavior. |
| 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