This topic has not yet been rated - Rate this topic

AccessibilitySettings.HighContrast | highContrast property

Gets a value that indicates whether the system high contrast feature is on or off.

Syntax


var highContrast = accessibilitySettings.highContrast;

Property value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

True if the high contrast feature is on; otherwise false.

Remarks

This property indicates whether the user wants a high contrast between the colors used for foreground and background visuals. The user controls the setting of the high contrast parameter by using the Ease of Access Center in Control Panel, or another application for customizing the environment.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.ViewManagement
Windows::UI::ViewManagement [C++]

Metadata

Windows.winmd

See also

AccessibilitySettings

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.