UIImagePickerController.CameraOverlayView 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.
A custom UIView to overlay on top of the default image picker interface.
public virtual UIKit.UIView CameraOverlayView { [Foundation.Export("cameraOverlayView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCameraOverlayView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.CameraOverlayView : UIKit.UIView with get, set
Property Value
If set to true
, the device supports the specified source type. Otherwise set to false
.
- Attributes