# tilt

> Specifies the angle of the pen relative to the X and Y axis respectively, in radians.

## Definition

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

```csharp
public Vector2 tilt { get; protected set; }
```
