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 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
- 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.