Skip to main content
All docs
V26.1
  • BrickStringFormat.ChangeAlignment(TextAlignment) Method

    Changes the alignment of BrickStringFormat.

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public BrickStringFormat ChangeAlignment(
        TextAlignment alignment
    )

    Parameters

    Name Type Description
    alignment TextAlignment

    The alignment to apply to the text.

    Returns

    Type Description
    BrickStringFormat

    A BrickStringFormat object with the updated alignment settings.

    See Also