Skip to main content

BrickStringFormat(StringAlignment, StringAlignment) Constructor

Initializes a new instance of the BrickStringFormat class with the specified text and line alignment.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormat(
    StringAlignment alignment,
    StringAlignment lineAlignment
)

Parameters

Name Type Description
alignment StringAlignment

A StringAlignment enumeration value representing text alignment settings. This value is assigned to the BrickStringFormat.Alignment property.

lineAlignment StringAlignment

A StringAlignment enumeration value representing line alignment settings. This value is assigned to the BrickStringFormat.LineAlignment property.

See Also