Share via


HumanPresenceSettings.DimmingOptions Property

Definition

Gets the adaptive dimming options for the human presence sensor.

public:
 property AdaptiveDimmingOptions ^ DimmingOptions { AdaptiveDimmingOptions ^ get(); };
AdaptiveDimmingOptions DimmingOptions();
public AdaptiveDimmingOptions DimmingOptions { get; }
var adaptiveDimmingOptions = humanPresenceSettings.dimmingOptions;
Public ReadOnly Property DimmingOptions As AdaptiveDimmingOptions

Property Value

The adaptive dimming options for the human presence sensor.

Remarks

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

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

We recommend using the AdaptiveDimming APIs instead of the AttentionAwareDimming APIs (IsAttentionAwareDimmingSupported, IsAttentionAwareDimmingEnabled).

Applies to

See also