# AndroidScreenLayoutRound

> Options to indicate whether the screen shape is rounded or not.

## Definition

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

```csharp
public enum AndroidScreenLayoutRound
```

## Remarks

Additional Resources: [AndroidConfiguration.screenLayoutRound](/engine/6000.6/script-reference/unityengine/android/androidconfiguration/screenlayoutround.md)

## Fields

| Value                                                                                                  | Description                                                        |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ |
| [No](/engine/6000.6/script-reference/unityengine/android/androidscreenlayoutround/no.md)               | Mirrors the Android property value `SCREENLAYOUT_ROUND_NO`.        |
| [Undefined](/engine/6000.6/script-reference/unityengine/android/androidscreenlayoutround/undefined.md) | Mirrors the Android property value `SCREENLAYOUT_ROUND_UNDEFINED`. |
| [Yes](/engine/6000.6/script-reference/unityengine/android/androidscreenlayoutround/yes.md)             | Mirrors the Android property value `SCREENLAYOUT_ROUND_YES`.       |
