Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.