Skip to main content
All docs
V26.1
  • BrickStringFormat.ChangeFormatFlags(DXStringFormatFlags) Method

    Changes the text layout and display behavior of the brick string format.

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public BrickStringFormat ChangeFormatFlags(
        DXStringFormatFlags options
    )

    Parameters

    Name Type Description
    options DXStringFormatFlags

    A value that defines the text layout and display behavior.

    Returns

    Type Description
    BrickStringFormat

    A BrickStringFormat object with the updated format flags.

    See Also