---
title: Image.Orientation.right
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/image/orientation/right
---

# Image.Orientation.right

A value that indicates a 90° clockwise rotation of the image from the orientation of its original pixel data.

## Declaration

```swift
case right
```

## See Also

### Getting image orientations

- [Image.Orientation.up](swiftui/image/orientation/up.md)
- [Image.Orientation.down](swiftui/image/orientation/down.md)
- [Image.Orientation.left](swiftui/image/orientation/left.md)
