UIImagePickerController.IsFlashAvailableForCameraDevice Method
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 the specified camera has its flash enabled.
[Foundation.Export("isFlashAvailableForCameraDevice:")]
public static bool IsFlashAvailableForCameraDevice (UIKit.UIImagePickerControllerCameraDevice cameraDevice);
static member IsFlashAvailableForCameraDevice : UIKit.UIImagePickerControllerCameraDevice -> bool
Parameters
- cameraDevice
- UIImagePickerControllerCameraDevice
Constant that specifies the camera whose flash capability you want to know.
Returns
If set to true
, indicates that camera device has flash available. Otherwise set to false
.
- Attributes