# screenLayoutSize

> Mirrors the Android property screenLayout based on the SCREENLAYOUT_SIZE_MASK value.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.5/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public AndroidScreenLayoutSize screenLayoutSize { get; }
```

### Remarks

For information about this property, refer to the Android developer documentation on [screenLayout](https://developer.android.com/reference/android/content/res/Configuration#screenLayout) and [SCREENLAYOUT\_SIZE\_MASK](https://developer.android.com/reference/android/content/res/Configuration#SCREENLAYOUT_SIZE_MASK).

Additional Resources: [AndroidScreenLayoutSize](/engine/6000.5/script-reference/unityengine/android/androidscreenlayoutsize.md)
