EditBase.CursorColor Property
In This Article
Gets or sets the color of the input cursor.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Color CursorColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | A value that specifies a color. |
#Remarks
The CursorColor
property allows you to specify the color of the input cursor.
The images below illustrate default and custom cursor colors.
Property | Outlined | Filled |
---|---|---|
Default | ||
Cursor |
Note
This property only supports Android 10 (API level 29) and later. For i
You can also use the FocusedBorderColor and TextColor properties to customize the border and text colors.
See Also