Skip to main content

BrickStringFormat(StringFormatFlags, StringAlignment, StringAlignment, StringTrimming) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormat(
    StringFormatFlags options,
    StringAlignment alignment,
    StringAlignment lineAlignment,
    StringTrimming trimming
)

Parameters

Name Type Description
options StringFormatFlags

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

alignment StringAlignment

A StringAlignment enumeration value. This value is assigned to the BrickStringFormat.Alignment property.

lineAlignment StringAlignment

A StringAlignment enumeration value. This value is assigned to the BrickStringFormat.LineAlignment property.

trimming StringTrimming

A StringTrimming enumeration value. This value is assigned to the BrickStringFormat.Trimming property.

See Also