RegionOfInterest.AutoFocusEnabled Property

Definition

Gets or sets a value that specifies if auto focus is enabled.

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

Property Value

Boolean

bool

true if auto focus is enabled; otherwise, false.

Applies to