SystemParameters2.UxThemeColor 属性

获取颜色主题名称。

命名空间:  Microsoft.Windows.Shell
程序集:  Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)

语法

声明
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)

属性值

类型:System.String
颜色主题名称。

.NET Framework 安全性

请参见

参考

SystemParameters2 类

Microsoft.Windows.Shell 命名空间