EditBaseActualAppearance.TextHorizontalAlignment Property
In This Article
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
C#
public TextAlignment TextHorizontalAlignment { get; }
#Property Value
Type | Description |
---|---|
Text |
The text horizontal alignment. |
See Also