CapturedFrameControlValues.Flashed 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.
Gets a value indicating if the flash was used for a frame in a variable photo sequence.
public:
property IReference<bool> ^ Flashed { IReference<bool> ^ get(); };
IReference<bool> Flashed();
public System.Nullable<bool> Flashed { get; }
var iReference = capturedFrameControlValues.flashed;
Public ReadOnly Property Flashed As Nullable(Of Boolean)
Property Value
A value indicating if the flash was used for a frame in a variable photo sequence.