EditBase.CursorColor Property
Gets or sets the color of the input cursor.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
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 | ||
CursorColor = Red |
Note
This property only supports Android 10 (API level 29) and later. For iOS, no specific version is required.
You can also use the FocusedBorderColor and TextColor properties to customize the border and text colors.
See Also