AdaptiveDimmingOptions.AllowWhenExternalDisplayConnected 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當使用者連接外部監視器時,是否會根據人類目前狀態感應器所報告的使用者參與狀態,來取得或設定螢幕暗灰色行為。
public:
property bool AllowWhenExternalDisplayConnected { bool get(); void set(bool value); };
bool AllowWhenExternalDisplayConnected();
void AllowWhenExternalDisplayConnected(bool value);
public bool AllowWhenExternalDisplayConnected { get; set; }
var boolean = adaptiveDimmingOptions.allowWhenExternalDisplayConnected;
adaptiveDimmingOptions.allowWhenExternalDisplayConnected = boolean;
Public Property AllowWhenExternalDisplayConnected As Boolean
屬性值
Boolean
bool
True 是表示 如果已啟用螢幕暗灰色行為。 否則為 false。
備註
于 Windows 11 版本 22H2 組建 22621 的 May Moment 更新中引進。
我們建議使用 AdaptiveDimming API 而不是 AttentionAwareDimming API (IsAttentionAwareDimmingSupported、 IsAttentionAwareDimmingEnabled) ,現在已過時。
使用者可以在 [系統設定] 中指定其慣用的暗灰色行為, (請參閱 啟動 Windows 設定應用程式) 。