FocusControl.Mode 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 capture device's current focus mode.
public:
property FocusMode Mode { FocusMode get(); };
FocusMode Mode();
public FocusMode Mode { get; }
var focusMode = focusControl.mode;
Public ReadOnly Property Mode As FocusMode
Property Value
The capture device's current focus mode.