# tilt

> Specifies the angle of the pen relative to the X and Y axes, expressed in radians.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.UICommonModule

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