Back to Devexpress

XRAppearanceObject.TextVerticalAlignment Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrappearanceobject-bc19cc1d.md

latest1.6 KB
Original Source

XRAppearanceObject.TextVerticalAlignment Property

Specifies the vertical text alignment.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override VertAlignment TextVerticalAlignment { get; set; }
vb
<Browsable(True)>
Public Overrides Property TextVerticalAlignment As VertAlignment

Property Value

TypeDescription
VertAlignment

A VertAlignment enumeration value that specifies the text alignment.

|

Available values:

NameDescription
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

XRAppearanceObject Class

XRAppearanceObject Members

DevExpress.XtraReports.UI Namespace