UIImage.Orientation Property

Definition

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.

Applies to