SystemParameters2.WindowGlassBrush Property

Gets the brush that paints the glass window frame.

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

Syntax

'Declaration
Public Property WindowGlassBrush As SolidColorBrush
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)

Property Value

Type: System.Windows.Media.SolidColorBrush
The brush that paints the glass window frame.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace