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

# Image.Orientation.up

A value that indicates the original pixel data matches the image’s intended display orientation.

## Declaration

```swift
case up
```

## See Also

### Getting image orientations

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