BrightnessOverride.IsSupported 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.
Indicates whether the device currently has at least one brightness controllable display. If TRUE, the device has at least one brightness controllable display that supports brightness override.
public:
property bool IsSupported { bool get(); };
bool IsSupported();
public bool IsSupported { get; }
var boolean = brightnessOverride.isSupported;
Public ReadOnly Property IsSupported As Boolean
Property Value
Boolean
bool