# extraSpaceBeforeIconAndLabel

> Value to control the spacing before the default icon and label. Can be used e.g for placing a toggle button to the left of the content.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.7/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
protected float extraSpaceBeforeIconAndLabel { get; set; }
```

### Remarks

Use this value to make space for other GUI controls before the default icon and label.
