---
title: landscapeLeft
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/interfaceorientation/landscapeleft
---

# landscapeLeft

The device is in landscape mode, with the top of the device on the left.

## Declaration

```swift
static let landscapeLeft: InterfaceOrientation
```

## See Also

### Getting an orientation

- [portrait](swiftui/interfaceorientation/portrait.md)
- [portraitUpsideDown](swiftui/interfaceorientation/portraitupsidedown.md)
- [landscapeRight](swiftui/interfaceorientation/landscaperight.md)
