DisplayBrightnessScenario Enum

Definition

Describes common brightness scenarios that have well-known brightness levels. These scenarios are used in the GetLevelForScenario() and SetBrightnessScenario() methods.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum DisplayBrightnessScenario
Inheritance
DisplayBrightnessScenario
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
DefaultBrightness 0

Sets the screen to the current screen brightness, essentially freezing the brightness.

IdleBrightness 1

Sets the screen to a battery friendly yet readable brightness level. This is currently set to 10% brightness.

BarcodeReadingBrightness 2

Sets the screen to the brightness level that it is easily readable by barcode readers. This is currently set to 100% brightness.

FullBrightness 3

Sets the screen to 100% brightness.

Applies to

Product Versions
WinRT Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100