Dela via


FocusSettings.WaitForFocus Property

Definition

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.

Applies to