Compartir a través de


SystemParameters2.HighContrast (Propiedad)

Obtiene un valor que indica si se está usando la característica de contraste alto.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Property HighContrast As Boolean
    Get
    Private Set
public bool HighContrast { get; private set; }
public:
property bool HighContrast {
    bool get ();
    private: void set (bool value);
}
member HighContrast : bool with get, private set
function get HighContrast () : boolean
private function set HighContrast (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Es true si se está usando la característica de contraste alto; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

SystemParameters2 Clase

Microsoft.Windows.Shell (Espacio de nombres)