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

# Image.Orientation.downMirrored

A value that indicates a vertical flip of the image from the orientation of its original pixel data.

## Declaration

```swift
case downMirrored
```

## See Also

### Getting mirrored image orientation

- [Image.Orientation.upMirrored](swiftui/image/orientation/upmirrored.md)
- [Image.Orientation.leftMirrored](swiftui/image/orientation/leftmirrored.md)
- [Image.Orientation.rightMirrored](swiftui/image/orientation/rightmirrored.md)
