AccessibilitySettings.HighContrastScheme Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the default high contrast color scheme.
public:
property Platform::String ^ HighContrastScheme { Platform::String ^ get(); };
winrt::hstring HighContrastScheme();
public string HighContrastScheme { get; }
var string = accessibilitySettings.highContrastScheme;
Public ReadOnly Property HighContrastScheme As String
Property Value
The name of the default high contrast color scheme.
Remarks
Windows uses the colors defined in the default color scheme to draw UI elements when the high contrast feature is on.