BrickStringFormat(StringFormatFlags) Constructor
Initializes a new instance of the BrickStringFormat class with the specified formatting information.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | StringFormatFlags | A StringFormatFlags enumeration value representing formatting information. This value is assigned to the BrickStringFormat.FormatFlags property. |
See Also