EditBaseActualAppearance.TextVerticalAlignment Property
In This Article
Returns the vertical alignment that is applied to the editor text. To specify this value, use the TextVerticalAlignment property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public TextAlignment TextVerticalAlignment { get; }
#Property Value
Type | Description |
---|---|
Text |
A value that specifies the text alignment. |
See Also