BrickStyle.SetAlignment(HorzAlignment, VertAlignment) Method
Sets the brick‘s alignment.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
horzAlignment | HorzAlignment | A HorzAlignment enumeration value. |
vertAlignment | VertAlignment | A VertAlignment enumeration value. |
See Also