FocusSettings.WaitForFocus 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 or sets a value indicating whether the capture device should wait for focus before capturing.
public:
property bool WaitForFocus { bool get(); void set(bool value); };
bool WaitForFocus();
void WaitForFocus(bool value);
public bool WaitForFocus { get; set; }
var boolean = focusSettings.waitForFocus;
focusSettings.waitForFocus = boolean;
Public Property WaitForFocus As Boolean
Property Value
Boolean
bool
A value indicating whether the capture device should wait for focus before capturing.