Skip to main content
All docs
V23.2

BrickStringFormat(BrickStringFormat, StringFormatFlags, BrickStringFormatPrototypeKind) Constructor

Initializes a new instance of the BrickStringFormat class with specified settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormat(
    BrickStringFormat source,
    StringFormatFlags options,
    BrickStringFormatPrototypeKind prototypeKind
)

Parameters

Name Type
source BrickStringFormat
options StringFormatFlags
prototypeKind BrickStringFormatPrototypeKind
See Also