FocusControl.FocusState Property

Definition

Gets a MediaCaptureFocusState value indicating the current focus state of the capture device.

public:
 property MediaCaptureFocusState FocusState { MediaCaptureFocusState get(); };
MediaCaptureFocusState FocusState();
public MediaCaptureFocusState FocusState { get; }
var mediaCaptureFocusState = focusControl.focusState;
Public ReadOnly Property FocusState As MediaCaptureFocusState

Property Value

A value indicating the current focus state of the capture device.

Applies to