Compartir a través de


SystemParameters2.UxThemeColor (Propiedad)

Obtiene el nombre del color para el tema.

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

Sintaxis

'Declaración
Public Property UxThemeColor As String
    Get
    Private Set
public string UxThemeColor { get; private set; }
public:
property String^ UxThemeColor {
    String^ get ();
    private: void set (String^ value);
}
member UxThemeColor : string with get, private set
function get UxThemeColor () : String
private function set UxThemeColor (value : String)

Valor de propiedad

Tipo: System.String
Nombre del color del tema.

Seguridad de .NET Framework

Vea también

Referencia

SystemParameters2 Clase

Microsoft.Windows.Shell (Espacio de nombres)