HumanPresenceFeatures.IsAttentionAwareDimmingSupported Property

Definition

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.

public:
 property bool IsAttentionAwareDimmingSupported { bool get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Use IsAdaptiveDimmingSupported instead of IsAttentionAwareDimmingSupported.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 983040, "Windows.Foundation.UniversalApiContract")]
bool IsAttentionAwareDimmingSupported();
public bool IsAttentionAwareDimmingSupported { [Windows.Foundation.Metadata.Deprecated("Use IsAdaptiveDimmingSupported instead of IsAttentionAwareDimmingSupported.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 983040, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = humanPresenceFeatures.isAttentionAwareDimmingSupported;
Public ReadOnly Property IsAttentionAwareDimmingSupported As Boolean

Property Value

Boolean

bool

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

Attributes

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).

Applies to

See also