# azimuthAngle

> Gets the angle of the stylus relative to the x-axis, in radians.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public float azimuthAngle { get; protected set; }
```

### Remarks

A value of 0 indicates that the stylus is pointed along the x-axis of the device.
