DisplayBrightnessOverrideOptions DisplayBrightnessOverrideOptions DisplayBrightnessOverrideOptions 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 has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

public : enum class DisplayBrightnessOverrideOptionspublic enum DisplayBrightnessOverrideOptionsPublic Enum DisplayBrightnessOverrideOptions// You can use this enum in JavaScript.
Attributes
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

None None None None

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

UseDimmedPolicyWhenBatteryIsLow UseDimmedPolicyWhenBatteryIsLow UseDimmedPolicyWhenBatteryIsLow UseDimmedPolicyWhenBatteryIsLow

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