RegionOfInterest.AutoFocusEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui spécifie si le focus automatique est activé.
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
Valeur de propriété
Boolean
bool
true si le focus automatique est activé ; sinon, false.