AVCaptureDevice.FlashActive 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 the flash will go off when a still is captured.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCapturePhotoOutput.IsFlashScene' instead.")]
public virtual bool FlashActive { [Foundation.Export("isFlashActive")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCapturePhotoOutput.IsFlashScene' instead.")] get; }
member this.FlashActive : bool
Property Value
- Attributes
Remarks
When the flash is active, it will be turned on when a still picture is taken.