---
title: isLandscape
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uideviceorientation/islandscape
---

# isLandscape

A Boolean value that indicates whether the device is in a landscape orientation.

## Declaration

```swift
var isLandscape: Bool { get }
```

## See Also

### Determining the current orientation

- [isPortrait](uikit/uideviceorientation/isportrait.md)
- [isFlat](uikit/uideviceorientation/isflat.md)
- [isValidInterfaceOrientation](uikit/uideviceorientation/isvalidinterfaceorientation.md)
