RegionsOfInterestControl.AutoExposureSupported 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 exposure is supported on the capture device.
public:
property bool AutoExposureSupported { bool get(); };
bool AutoExposureSupported();
public bool AutoExposureSupported { get; }
var boolean = regionsOfInterestControl.autoExposureSupported;
Public ReadOnly Property AutoExposureSupported As Boolean
Property Value
Boolean
bool
true if auto exposure is supported; otherwise, false.