PrintTextOptions.VAlignment Property
Specifies the vertical alignment of text.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
VertAlignment | A VertAlignment value, specifying the text horizontal alignment. |
Available values:
Name | Description |
---|---|
Default | Places the text to its default position. The default position is in the center of an object. |
Top | Places the text to the top of an object. |
Center | Centers the text within an object. |
Bottom | Places the text to the bottom of an object. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to VAlignment |
---|---|---|
Cross-Platform Class Library | PrintAppearanceObject |
|
.NET Reporting Tools | XRAppearanceObject |
|
See Also