Skip to main content

BrickStyle.SetAlignment(HorzAlignment, VertAlignment) Method

Sets the brick‘s alignment.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void SetAlignment(
    HorzAlignment horzAlignment,
    VertAlignment vertAlignment
)

Parameters

Name Type Description
horzAlignment HorzAlignment

A HorzAlignment enumeration value.

vertAlignment VertAlignment

A VertAlignment enumeration value.

See Also