Skip to main content
A newer version of this page is available. .

BrickStyle.SetAlignment(HorzAlignment, VertAlignment) Method

Sets the brick‘s alignment.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

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