EditBaseActualAppearance.CursorColor Property
Gets the cursor color that is applied to the EditBase. To specify this value, use the CursorColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color CursorColor { get; }
Property Value
Type | Description |
---|---|
Color | The cursor color. |
See Also