# baseIndent

> Indent used for all rows before the tree foldout arrows and content.

## Definition

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

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

### Remarks

Set this to control the left margin of the tree view foldouts, for example to create a column for placing GUI elements to the left of the tree foldouts.
