EditBaseActualAppearance.TextColor Property
In This Article
Gets the text’s color that is applied to the EditBase. To specify this color, use the TextColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Color TextColor { get; }
#Property Value
Type | Description |
---|---|
Color | The text’s color. |
See Also