# angleHandleDrawFunction

> The Handles.CapFunction to use when displaying the angle control handle.

## Definition

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

```csharp
public Handles.CapFunction angleHandleDrawFunction { get; set; }
```

### Remarks

Defaults to [ArcHandle.DefaultAngleHandleDrawFunction](/engine/6000.5/script-reference/unityeditor/imgui/controls/archandle/defaultanglehandledrawfunction.md) for new instances of [ArcHandle](/engine/6000.5/script-reference/unityeditor/imgui/controls/archandle.md). No angle handle will be drawn if a value of `null` is assigned.

Additional Resources: [ArcHandle.angleHandleSizeFunction](/engine/6000.5/script-reference/unityeditor/imgui/controls/archandle/anglehandlesizefunction.md).
