EditBaseActualAppearance.TextVerticalAlignment Property
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
public TextAlignment TextVerticalAlignment { get; }
Property Value
Type | Description |
---|---|
TextAlignment | A value that specifies the text alignment. |
See Also