Charting for WinForms Programmer's Guide
PathGradientBrush.InterpolationColors Property
See Also
 






Gets or sets a ColorBlend object that defines a multiple color gradient.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public ColorBlend InterpolationColors { get; set; }

Visual Basic  Copy Code

Public Property InterpolationColors As ColorBlend

 Property Value

Instance of the .NET ColorBlend object that defines a multicolor linear gradient.

 Remarks

A ColorBlend object 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.

 See Also

PathGradientBrush Members
PathGradientBrush Class
MindFusion.Drawing Namespace