A newer version of this page is available.
Switch to the current version.
PrintTextOptions.VAlignment Property
Specifies the vertical alignment of text.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public virtual VertAlignment VAlignment { get; set; }
<XtraSerializableProperty>
Public Overridable Property VAlignment As VertAlignment
Property Value
Type | Description |
---|---|
VertAlignment | A VertAlignment value, specifying the text horizontal alignment. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to VAlignment |
---|---|---|
Cross-Platform Class Library | PrintAppearanceObject |
|
Reporting | XRAppearanceObject |
|
XRAppearanceObject |
|
See Also
Feedback