DisplayEnhancementOverrideCapabilities.IsBrightnessControlSupported 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 describes whether brightness control is currently supported.
public:
property bool IsBrightnessControlSupported { bool get(); };
bool IsBrightnessControlSupported();
public bool IsBrightnessControlSupported { get; }
var boolean = displayEnhancementOverrideCapabilities.isBrightnessControlSupported;
Public ReadOnly Property IsBrightnessControlSupported As Boolean
Property Value
Boolean
bool
True if brightness control is currently supported; otherwise, false.