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

# Image.Orientation.upMirrored

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

## Declaration

```swift
case upMirrored
```

## See Also

### Getting mirrored image orientation

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