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

BrickStringFormat.Create(TextAlignment, Boolean, StringTrimming, Boolean) Method

Creates a BrickStringFormat instance with the specified settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static BrickStringFormat Create(
    TextAlignment textAlignment,
    bool wordWrap,
    StringTrimming trimming,
    bool rightToLeft
)

Parameters

Name Type Description
textAlignment TextAlignment

A TextAlignment enumeration value.

wordWrap Boolean

true, to use the word wrap feature; otherwise false.

trimming StringTrimming

A StringTrimming enumeration value.

rightToLeft Boolean

true, to use the right-to-left text orientation; otherwise false.

Returns

Type Description
BrickStringFormat

A BrickStringFormat value.

See Also