Skip to main content
All docs
V26.1
  • BrickStringFormat.ChangeLineAlignment(DXStringAlignment) Method

    Changes the line alignment of BrickStringFormat.

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public BrickStringFormat ChangeLineAlignment(
        DXStringAlignment newLineAlignment
    )

    Parameters

    Name Type Description
    newLineAlignment DXStringAlignment

    The new line alignment to apply to the text.

    Returns

    Type Description
    BrickStringFormat

    A BrickStringFormat object with the updated line alignment settings.

    See Also