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

[To be supplied.]

[Visual Basic]
Public Property SurroundColors As Color ()
[C#]
public Color[] SurroundColors {get; set;}
[C++]
public: __property Color* get_SurroundColors();
public: __property void set_SurroundColors(Color*[]);
[JScript]
public function get SurroundColors() : Color[];
public function set SurroundColors(Color[]);

See Also

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