SystemParameters.HighContrast 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 [高對比] 協助工具功能的相關資訊。
public:
static property bool HighContrast { bool get(); };
public static bool HighContrast { [System.Security.SecurityCritical] get; }
public static bool HighContrast { get; }
[<get: System.Security.SecurityCritical>]
static member HighContrast : bool
static member HighContrast : bool
Public Shared ReadOnly Property HighContrast As Boolean
屬性值
如果已選取 HIGHCONTRASTON 選項,則為true
;否則為 false
。
- 屬性
備註
對應至參考HCF_HIGHCONTRASTON SPI_GETHIGHCONTRAST。 請參閱 SystemParametersInfo 和 HighContrast。
XAML 屬性用法
<
object property=「{ SystemParameters.HighContrast }
」/>