Share via


AVCaptureDevice.FlashActive Property

Definition

Whether the flash will go off when a still is captured.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool FlashActive { [Foundation.Export("isFlashActive")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isFlashActive")>]
member this.FlashActive : bool

Property Value

Attributes

Remarks

When the flash is active, it will be turned on when a still picture is taken.

Applies to