BrightnessOverride.StartOverride Method

Definition

Request to start overriding the screen brightness level. The request to start overriding does not mean that the screen brightness level always changes to match the specified override brightness level. It's still up to the system to decide whether or not to honor this override request. Use IsOverrideActive and IsOverrideActiveChanged properties to determine if the system has honored the override request.

public:
 virtual void StartOverride() = StartOverride;
void StartOverride();
public void StartOverride();
function startOverride()
Public Sub StartOverride ()

Applies to