PathGradientBrush::SurroundColors Property
.NET Framework (current version)
Gets or sets an array of colors that correspond to the points in the path this PathGradientBrush fills.
Assembly: System.Drawing (in System.Drawing.dll)
public: property array<Color>^ SurroundColors { array<Color>^ get(); void set(array<Color>^ value); }
Property Value
Type: array<System.Drawing::Color>^An array of Color structures that represents the colors associated with each point in the path this PathGradientBrush fills.
.NET Framework
Available since 1.1
Available since 1.1
Show: