Skip to main content

BrickStringFormat(StringFormatFlags) Constructor

Initializes a new instance of the BrickStringFormat class with the specified formatting information.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormat(
    StringFormatFlags options
)

Parameters

Name Type Description
options StringFormatFlags

A StringFormatFlags enumeration value representing formatting information. This value is assigned to the BrickStringFormat.FormatFlags property.

See Also