BrickStringFormat.ChangeAlignment(HorzAlignment, VertAlignment) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public BrickStringFormat ChangeAlignment(
HorzAlignment horzAlignment,
VertAlignment vertAlignment
)
Parameters
| Name | Type |
|---|---|
| horzAlignment | HorzAlignment |
| vertAlignment | VertAlignment |
Returns
| Type |
|---|
| BrickStringFormat |
See Also