Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.3 KB

humanpresencefeatures_isadaptivedimmingsupported.md

File metadata and controls

32 lines (19 loc) · 1.3 KB
-api-id -api-type
P:Windows.Devices.Sensors.HumanPresenceFeatures.IsAdaptiveDimmingSupported
winrt property

Windows.Devices.Sensors.HumanPresenceFeatures.IsAdaptiveDimmingSupported

-description

Gets whether the human presence sensor can dim the PC screen based on if a user is present, absent, or interacting with their device.

-property-value

True, if adaptive dimming is supported. Otherwise, false.

-remarks

Introduced in the May Moment update for Windows 11, Version 22H2, Build 22621.

We recommend using the AdaptiveDimming APIs instead of the AttentionAwareDimming APIs (IsAttentionAwareDimmingSupported, IsAttentionAwareDimmingEnabled), which are now obsolete.

The user can specify their preferred dimming behavior in the System settings (see Launch the Windows Settings app).

-see-also

AdaptiveDimmingOptions, IsAdaptiveDimmingEnabled, Device experiences - Adaptive dimming

-examples