Skip to main content
All docs
V26.1
  • BrickStringFormat(DXStringAlignment) 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(
        DXStringAlignment alignment
    )

    Parameters

    Name Type Description
    alignment DXStringAlignment

    The alignment of the text within its layout rectangle.

    See Also