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






Gets or sets a .NET ColorBlend object that defines a multicolor linear 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

An instance of the .NET ColorBlend class 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 line where the corresponding color is located.

 See Also

LinearGradientBrush Members
LinearGradientBrush Class
MindFusion.Drawing Namespace