# height

> Returns or specifies the height of the capsule bounding volume.

## Definition

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

```csharp
public float height { get; set; }
```

### Remarks

Negative values are automatically converted into positive values. If [CapsuleBoundsHandle.heightAxis](/engine/6000.6/script-reference/unityeditor/imgui/controls/capsuleboundshandle/heightaxis-1.md) is disabled, the value is automatically converted to `0`. This value is always at least twice the [CapsuleBoundsHandle.radius](/engine/6000.6/script-reference/unityeditor/imgui/controls/capsuleboundshandle/radius.md).

Additional Resources: [CapsuleBoundsHandle.heightAxis](/engine/6000.6/script-reference/unityeditor/imgui/controls/capsuleboundshandle/heightaxis-1.md), [PrimitiveBoundsHandle.axes](/engine/6000.6/script-reference/unityeditor/imgui/controls/primitiveboundshandle/axes-1.md).
