Share via


SystemParameters2.UxThemeColor Property

Gets the color theme name.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property UxThemeColor As String
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)

Property Value

Type: System.String
The color theme name.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace