PrintTextOptions.HAlignment Property
Specifies the horizontal alignment of text.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| HorzAlignment | A HorzAlignment value, specifying the text horizontal alignment. |
Available values:
| Name | Description |
|---|---|
| Default | Places an object or text at the default position, which is determined by a control. |
| Near | Places an object/text at a near position. |
| Center | Centers an object or text within a region. |
| Far | Places an object/text at a far position. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to HAlignment |
|---|---|---|
| Cross-Platform Class Library | PrintAppearanceObject |
|
| .NET Reporting Tools | XRAppearanceObject |
|
See Also