Skip to main content
All docs
V24.1

BrickStringFormat(BrickStringFormat, DXStringFormatFlags, BrickStringFormatPrototypeKind) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Parameters

Name Type
source BrickStringFormat
options DXStringFormatFlags
prototypeKind BrickStringFormatPrototypeKind
See Also