PathGradientBrush::InterpolationColors Property
.NET Framework (current version)
Gets or sets a ColorBlend that defines a multicolor linear gradient.
Assembly: System.Drawing (in System.Drawing.dll)
public: property ColorBlend^ InterpolationColors { ColorBlend^ get(); void set(ColorBlend^ value); }
Property Value
Type: System.Drawing.Drawing2D::ColorBlend^A ColorBlend that defines a multicolor linear gradient.
A ColorBlend contains corresponding arrays of colors and positions. The positions are values from 0 through 1 that specify the percentage of the distance along the gradient path where the corresponding color is located.
.NET Framework
Available since 1.1
Available since 1.1
Show: