# pressure

> How hard pen pressure is applied, normalized between 0 (no pressure) and 1 (maximum pressure).

## Definition

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

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

### Remarks

Pressure is always 1 on devices where pressure is not supported.
