# selectedOutlineColor

> Gets the Color of selected outline.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static Color selectedOutlineColor { get; }
```

### Remarks

This color can only be set through the Editor. To change this in the Editor, go to Preferences > Colors > Selected Outline.
