Skip to main content

BrickStyle.SetAlignment(HorzAlignment, VertAlignment) Method

Sets the brick‘s alignment.

Namespace: DevExpress.XtraPrinting

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

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