VariablePhotoCapturedEventArgs.CapturedFrameControlValues 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 CapturedFrameControlValues object that indicates the capture settings used for the associated frame in a variable photo sequence.
public:
property CapturedFrameControlValues ^ CapturedFrameControlValues { CapturedFrameControlValues ^ get(); };
CapturedFrameControlValues CapturedFrameControlValues();
public CapturedFrameControlValues CapturedFrameControlValues { get; }
var capturedFrameControlValues = variablePhotoCapturedEventArgs.capturedFrameControlValues;
Public ReadOnly Property CapturedFrameControlValues As CapturedFrameControlValues
Property Value
A CapturedFrameControlValues object that indicates the capture settings used for the associated frame in a variable photo sequence.