Skip to main content
All docs
V26.1
  • BrickStringFormat.Create(TextAlignment, DXStringFormatFlags, DXStringTrimming) Method

    Creates BrickStringFormat with the specified alignment, layout, and trimming behavior.

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public static BrickStringFormat Create(
        TextAlignment textAlignment,
        DXStringFormatFlags formatFlags,
        DXStringTrimming trimming
    )

    Parameters

    Name Type Description
    textAlignment TextAlignment

    The alignment applied to the text.

    formatFlags DXStringFormatFlags

    The format flags that define the text layout and display behavior.

    trimming DXStringTrimming

    The trimming behavior applied to text that exceeds the available layout area.

    Returns

    Type Description
    BrickStringFormat

    A BrickStringFormat object initialized with the specified settings.

    See Also