# cursorColor

> Color of the cursor.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

> **Warning:**
>
> **Deprecated.** cursorColor is deprecated. Please use the corresponding USS property (--unity-cursor-color) instead.

```csharp
Color cursorColor { get; set; }
```
