Share via


SystemParameters2.WindowGlassColor Property

Gets the color that is used to paint the glass window frame.

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

Syntax

'Declaration
Public Property WindowGlassColor As Color
public Color WindowGlassColor { get; private set; }
public:
property Color WindowGlassColor {
    Color get ();
    private: void set (Color value);
}
member WindowGlassColor : Color with get, private set
function get WindowGlassColor () : Color
private function set WindowGlassColor (value : Color)

Property Value

Type: System.Windows.Media.Color
The color that is used to paint the glass window frame.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace