# area

> Indicates the portion of the screen that is currently covered by the on-screen keyboard.

## Definition

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

```csharp
public static Rect area { get; }
```

### Remarks

On Android, this property returns zero-Rect, that is Rect(0,0,0,0). For more information, refer to [Rect](/engine/6000.3/script-reference/unityengine/rect.md).
