Back to Devexpress

EditBase.CursorColor Property

maui-devexpress-dot-maui-dot-editors-dot-editbase-8fc96c97.md

latest1.4 KB
Original Source

EditBase.CursorColor Property

Gets or sets the editor’s cursor color. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public Color CursorColor { get; set; }

Property Value

TypeDescription
Color

The editor’s cursor color.

|

Remarks

The following example specifies the cursor color:

xaml
<dxe:TextEdit
    ...
    CursorColor="Green"/>

On Android, you can also change the touch control color in the colors.xml resource file (/Platforms/Android/Resources/values/colors.xml):

xml
<color name="colorAccent">#ff8800</color>

See Also

EditBase Class

EditBase Members

DevExpress.Maui.Editors Namespace