NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemBrushes.Window

Brush is the color of the window background.

[Visual Basic]
Public Shared ReadOnly Property Window As Brush
[C#]
public static Brush Window {get;}
[C++]
public: __property static Brush* get_Window();
[JScript]
public static function get Window() : Brush;

See Also

SystemBrushes Class | SystemBrushes Members | System.Drawing Namespace