CapturedFrameControlValues.FocusState 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 the focus state for a frame in a variable photo sequence.
public:
property IReference<MediaCaptureFocusState> ^ FocusState { IReference<MediaCaptureFocusState> ^ get(); };
IReference<MediaCaptureFocusState> FocusState();
public System.Nullable<MediaCaptureFocusState> FocusState { get; }
var iReference = capturedFrameControlValues.focusState;
Public ReadOnly Property FocusState As Nullable(Of MediaCaptureFocusState)
Property Value
The focus state for a frame in a variable photo sequence.