Skip to main content
A newer version of this page is available. .

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; }

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
.TextOptions.VAlignment
Reporting XRAppearanceObject
.TextOptions.VAlignment
See Also