Skip to main content
A newer version of this page is available. .

BrickStringFormat.Create(TextAlignment, StringFormatFlags, StringTrimming) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.1.dll

Declaration

public static BrickStringFormat Create(
    TextAlignment textAlignment,
    StringFormatFlags formatFlags,
    StringTrimming trimming
)

Parameters

Name Type Description
textAlignment TextAlignment

A TextAlignment enumeration value.

formatFlags StringFormatFlags

A StringFormatFlags enumeration value.

trimming StringTrimming

A StringTrimming enumeration value.

Returns

Type Description
BrickStringFormat

A new BrickStringFormat instance with the specified values.

See Also