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!

PathGradientBrush.GraphicsPath

[To be supplied.]

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

See Also

PathGradientBrush Class | PathGradientBrush Members | System.Drawing.Drawing2D Namespace