DisplayBrightnessOverrideOptions Enum

Definition

Describes the options that modify the brightness level of the screen during the override session. When UseDimmedPolicyWhenBatteryIsLow is set, it reduces the specified override brightness level in order to conserve battery if the device battery is low during the override session. For example, if the override brightness level is set to 100% and UseDimmedPolicyWhenBatteryIsLow is set, the screen will dim to 70% instead.

This enumeration supports a bitwise combination of its member values.

public enum class DisplayBrightnessOverrideOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class DisplayBrightnessOverrideOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum DisplayBrightnessOverrideOptions
var value = Windows.Graphics.Display.DisplayBrightnessOverrideOptions.none
Public Enum DisplayBrightnessOverrideOptions
Inheritance
DisplayBrightnessOverrideOptions
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

None 0

Screen display stays at the specified override brightness level when the device battery is low.

UseDimmedPolicyWhenBatteryIsLow 1

Screen display dims when the device battery is low and a brightness override session is running.

Applies to