AVCaptureVideoPreviewLayer.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.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.VideoOrientation' instead.")]
public virtual AVFoundation.AVCaptureVideoOrientation Orientation { [Foundation.Export("orientation")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.VideoOrientation' instead.")] get; [Foundation.Export("setOrientation:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.VideoOrientation' instead.")] set; }
member this.Orientation : AVFoundation.AVCaptureVideoOrientation with get, set
Property Value
- Attributes