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

# Image.Orientation.down

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

## Declaration

```swift
case down
```

## See Also

### Getting image orientations

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