RegionsOfInterestControl.AutoFocusSupported Property
Definition
Gets a value that specifies if auto focus is supported on the capture device.
public:
property bool AutoFocusSupported { bool get(); };
bool AutoFocusSupported();
public bool AutoFocusSupported { get; }
var boolean = regionsOfInterestControl.autoFocusSupported;
Public ReadOnly Property AutoFocusSupported As Boolean
Property Value
true if auto focus is supported; otherwise, false.