Skip to main content

EditBaseActualAppearance.TextHorizontalAlignment Property

Gets the text horizontal alignment value that is applied to the EditBase. To specify this value, use the TextHorizontalAlignment property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public TextAlignment TextHorizontalAlignment { get; }

Property Value

Type Description
TextAlignment

The text horizontal alignment.

See Also