DisplayBrightnessScenario
DisplayBrightnessScenario
DisplayBrightnessScenario
DisplayBrightnessScenario
Enum
Definition
Describes common brightness scenarios that have well-known brightness levels. These scenarios are used in the GetLevelForScenario() and SetBrightnessScenario() methods.
public : enum class DisplayBrightnessScenariopublic enum DisplayBrightnessScenarioPublic Enum DisplayBrightnessScenario// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| BarcodeReadingBrightness BarcodeReadingBrightness BarcodeReadingBrightness BarcodeReadingBrightness | Sets the screen to the brightness level that it is easily readable by barcode readers. This is currently set to 100% brightness. |
| DefaultBrightness DefaultBrightness DefaultBrightness DefaultBrightness | Sets the screen to the current screen brightness, essentially freezing the brightness. |
| FullBrightness FullBrightness FullBrightness FullBrightness | Sets the screen to 100% brightness. |
| IdleBrightness IdleBrightness IdleBrightness IdleBrightness | Sets the screen to a battery friendly yet readable brightness level. This is currently set to 10% brightness. |