DisplayEnhancementOverride 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含描述如何覆寫設定顯示的基本功能。
public ref class DisplayEnhancementOverride sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DisplayEnhancementOverride final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DisplayEnhancementOverride
Public NotInheritable Class DisplayEnhancementOverride
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
備註
這個類別可作為 ColorOverrideSettings 和 BrightnessOverride的基類。
屬性
BrightnessOverrideSettings |
取得並設定亮度覆寫設定。 |
CanOverride |
取得值,這個值描述是否可以覆寫目前的顯示設定。 |
ColorOverrideSettings |
取得並設定色彩覆寫設定。 |
IsOverrideActive |
取得值,這個值描述顯示增強功能覆寫是否為使用中。 |
方法
GetCurrentDisplayEnhancementOverrideCapabilities() |
擷取目前的顯示增強功能。 |
GetForCurrentView() |
擷取目前檢視的顯示增強功能覆寫物件。 |
RequestOverride() |
要求使用目前的顯示覆寫設定覆寫目前的顯示器。 |
StopOverride() |
通知系統,此顯示增強功能物件不再想要套用其設定。 |
事件
CanOverrideChanged |
當覆寫顯示設定的功能已變更時引發。 |
DisplayEnhancementOverrideCapabilitiesChanged |
變更顯示增強功能覆寫功能時引發。 |
IsOverrideActiveChanged |
當 IsOverrideActive 屬性變更時引發。 |