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

XRAppearanceObject.TextVerticalAlignment Property

Specifies the vertical text alignment.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
public override VertAlignment TextVerticalAlignment { get; set; }

Property Value

Type Description
VertAlignment

A VertAlignment enumeration value that specifies the text 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.

See Also