SystemParameters2.WindowGlassBrush 属性

获取绘制玻璃窗口框架的画笔。

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

语法

声明
Public Property WindowGlassBrush As SolidColorBrush
    Get
    Private Set
public SolidColorBrush WindowGlassBrush { get; private set; }
public:
property SolidColorBrush^ WindowGlassBrush {
    SolidColorBrush^ get ();
    private: void set (SolidColorBrush^ value);
}
member WindowGlassBrush : SolidColorBrush with get, private set
function get WindowGlassBrush () : SolidColorBrush
private function set WindowGlassBrush (value : SolidColorBrush)

属性值

类型:System.Windows.Media.SolidColorBrush
绘制玻璃窗口框架的画笔。

.NET Framework 安全性

请参见

参考

SystemParameters2 类

Microsoft.Windows.Shell 命名空间