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!

Pen.Brush

[To be supplied.]

[Visual Basic]
Public Property Brush As Brush
[C#]
public Brush Brush {get; set;}
[C++]
public: __property Brush* get_Brush();
public: __property void set_Brush(Brush*);
[JScript]
public function get Brush() : Brush;
public function set Brush(Brush);

See Also

Pen Class | Pen Members | System.Drawing Namespace