RegionOfInterest.AutoFocusEnabled Proprietà

Definizione

Ottiene o imposta un valore che specifica se lo stato attivo automatico è abilitato.

public:
 property bool AutoFocusEnabled { bool get(); void set(bool value); };
bool AutoFocusEnabled();

void AutoFocusEnabled(bool value);
public bool AutoFocusEnabled { get; set; }
var boolean = regionOfInterest.autoFocusEnabled;
regionOfInterest.autoFocusEnabled = boolean;
Public Property AutoFocusEnabled As Boolean

Valore della proprietà

Boolean

bool

true se lo stato attivo automatico è abilitato; in caso contrario, false.

Si applica a