Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.37 KB

humanpresencefeatures_isattentionawaredimmingsupported.md

File metadata and controls

34 lines (21 loc) · 1.37 KB
-api-id -api-type
P:Windows.Devices.Sensors.HumanPresenceFeatures.IsAttentionAwareDimmingSupported
winrt property

Windows.Devices.Sensors.HumanPresenceFeatures.IsAttentionAwareDimmingSupported

-description

This property is obsolete. For more information, see Remarks.

Gets whether the human presence sensor can dim the screen of the PC when user interaction is not detected for a period of time.

-property-value

True, if supported. Otherwise, false. The default is false.

-remarks

Obsolete as of 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

HumanPresenceSettings.IsAttentionAwareDimmingEnabled, Device experiences - Adaptive dimming

-examples