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

    Parameters

    Name Type Description
    source BrickStringFormat

    A BrickStringFormat object whose values are used to initialize the new instance.

    alignment DXStringAlignment

    The alignment of the text within its layout rectangle.

    lineAlignment DXStringAlignment

    The alignment of the text lines within the layout rectangle.

    See Also