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

[To be supplied.]

[Visual Basic]
Public Property Polygon As PointF ()
[C#]
public PointF[] Polygon {get; set;}
[C++]
public: __property PointF* get_Polygon();
public: __property void set_Polygon(PointF*[]);
[JScript]
public function get Polygon() : PointF[];
public function set Polygon(PointF[]);

See Also

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