FrameFlashControl FrameFlashControl FrameFlashControl FrameFlashControl Class

Definition

Represents the flash settings for a frame in a variable photo sequence.

public : sealed class FrameFlashControl : IFrameFlashControlpublic sealed class FrameFlashControl : IFrameFlashControlPublic NotInheritable Class FrameFlashControl Implements IFrameFlashControl// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by accessing the FrameController.FlashControl property.

Properties

Auto Auto Auto Auto

Gets or sets a value indicating whether flash settings are automatically set for a frame in a variable photo sequence.

public : PlatForm::Boolean Auto { get; set; }public bool Auto { get; set; }Public ReadWrite Property Auto As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the flash settings are automatically set for a frame in a variable photo sequence; otherwise, false.

Mode Mode Mode Mode

Gets or sets the flash mode for a frame in a variable photo sequence.

public : FrameFlashMode Mode { get; set; }public FrameFlashMode Mode { get; set; }Public ReadWrite Property Mode As FrameFlashMode// You can use this property in JavaScript.

PowerPercent PowerPercent PowerPercent PowerPercent

Gets or sets the flash power for a frame in a variable photo sequence.

public : float PowerPercent { get; set; }public float PowerPercent { get; set; }Public ReadWrite Property PowerPercent As float// You can use this property in JavaScript.
Value
float float float float

The flash power percentage, from 0 to 100, for a frame in a variable photo sequence.

RedEyeReduction RedEyeReduction RedEyeReduction RedEyeReduction

Gets or sets a value indicating if red eye reduction is enabled for a frame in a variable photo sequence.

public : PlatForm::Boolean RedEyeReduction { get; set; }public bool RedEyeReduction { get; set; }Public ReadWrite Property RedEyeReduction As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if red eye reduction is enabled; otherwise, false.