DisplayBrightnessOverrideOptions Enum
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.
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
Name | Value | Description |
---|---|---|
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. |