UIImage.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The orienation of the image. Read-only.
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImageOrientation Orientation { [Foundation.Export("imageOrientation")] get; }
member this.Orientation : UIKit.UIImageOrientation
Property Value
- Attributes
Remarks
The default value is the "up" orientation. If the underlying image has metadata that contains orientation information, then this property will reflect the value of that metadata.
This can be used from a background thread.