Skip to main content
All docs
V26.1
  • BrickStringFormat.ChangeAlignment(HorzAlignment, VertAlignment) Method

    Changes the horizontal and vertical alignment of BrickStringFormat.

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public BrickStringFormat ChangeAlignment(
        HorzAlignment horzAlignment,
        VertAlignment vertAlignment
    )

    Parameters

    Name Type Description
    horzAlignment HorzAlignment

    The horizontal alignment to apply to the text.

    vertAlignment VertAlignment

    The vertical alignment to apply to the text.

    Returns

    Type Description
    BrickStringFormat

    A BrickStringFormat object with the updated alignment settings.

    See Also