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






Gets or sets a .NET Blend object that specifies positions and factors that define a custom falloff for the gradient.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Blend Blend { get; set; }

Visual Basic  Copy Code

Public Property Blend As Blend

 Property Value

An instance of the .NET Blend class that represents a custom falloff for the gradient.

 Remarks

A Blend object contains corresponding arrays of blend factors and positions. The blend factors specify the percentages of the starting color and ending color to use at the corresponding position. The positions are specified as a percentage of distance along the gradient line.

 See Also

LinearGradientBrush Members
LinearGradientBrush Class
MindFusion.Drawing Namespace