SystemParameters.HighContrast Proprietà

Definizione

Ottiene informazioni sulla funzionalità di accessibilità Contrasto elevato.

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

Valore della proprietà

true se l'opzione CONTRASTO ELEVATO è selezionata; in caso contrario, false.

Attributi

Commenti

Esegue il mapping a SPI_GETHIGHCONTRAST, che fa riferimento a HCF_HIGHCONTRASTON. Vedere SystemParametersInfo e HighContrast.

Sintassi degli attributi XAML

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

Si applica a