XRAppearanceObject.TextVerticalAlignment Property
Specifies the vertical text alignment.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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