BrickStringFormat(StringFormatFlags, StringAlignment, StringAlignment) Constructor
Initializes a new instance of the BrickStringFormat class with the specified formatting information, text and line alignment settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
public BrickStringFormat(
StringFormatFlags options,
StringAlignment alignment,
StringAlignment lineAlignment
)
Parameters
Name | Type | Description |
---|---|---|
options | StringFormatFlags | A StringFormatFlags enumeration value representing formatting information. This value is assigned to the BrickStringFormat.FormatFlags property. |
alignment | StringAlignment | A StringAlignment enumeration value representing text alignment settings. This value is assigned to the BrickStringFormat.Alignment property. |
lineAlignment | StringAlignment | A StringAlignment enumeration value representing line alignment settings. This value is assigned to the BrickStringFormat.LineAlignment property. |
See Also