Share via


RegionOfInterest.AutoFocusEnabled Propriété

Définition

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.

S’applique à