---
title: landscapeRight
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/interfaceorientation/landscaperight
---

# landscapeRight

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

## Declaration

```swift
static let landscapeRight: InterfaceOrientation
```

## See Also

### Getting an orientation

- [portrait](swiftui/interfaceorientation/portrait.md)
- [portraitUpsideDown](swiftui/interfaceorientation/portraitupsidedown.md)
- [landscapeLeft](swiftui/interfaceorientation/landscapeleft.md)
