Skip to main content
All docs
V26.1
  • BrickStringFormat(DXStringFormatFlags, DXStringAlignment, DXStringAlignment, DXStringTrimming) Constructor

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

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public BrickStringFormat(
        DXStringFormatFlags options,
        DXStringAlignment alignment,
        DXStringAlignment lineAlignment,
        DXStringTrimming trimming
    )

    Parameters

    Name Type Description
    options DXStringFormatFlags

    A value that defines the text layout and display behavior.

    alignment DXStringAlignment

    The alignment of the text within its layout rectangle.

    lineAlignment DXStringAlignment

    The alignment of the text lines within the layout rectangle.

    trimming DXStringTrimming

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

    See Also