UIImagePickerController.ShowsCameraControls 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.
Whether this UIImagePickerController should display the default camera controls.
public virtual bool ShowsCameraControls { [Foundation.Export("showsCameraControls")] get; [Foundation.Export("setShowsCameraControls:")] set; }
member this.ShowsCameraControls : bool with get, set
Property Value
Default is set to true
, specifying that default camera controls are visible in the picker. Otherwise set to false
to provide a custom overlay view.
- Attributes