Freigeben über


RegionOfInterest.AutoFocusEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der automatische Fokus aktiviert ist, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

TRUE , wenn der automatische Fokus aktiviert ist; Andernfalls false.

Gilt für: