SystemParameters.HighContrastKey Property

Definition

Gets the ResourceKey for the HighContrast property.

public:
 static property System::Windows::ResourceKey ^ HighContrastKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey HighContrastKey { get; }
static member HighContrastKey : System.Windows.ResourceKey
Public Shared ReadOnly Property HighContrastKey As ResourceKey

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.HighContrastKey}"/>

Applies to