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