EditBase.TextVerticalAlignment Property
Gets or sets the vertical text alignment in the editor. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public TextAlignment? TextVerticalAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Nullable<TextAlignment> | Top | The text alignment. |
See Also