RegionsOfInterestControl.AutoFocusSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Boolean
bool
true if auto focus is supported; otherwise, false.