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
SyntaxC#
Copy Code
|
|---|
public Blend Blend { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Blend As Blend |
An instance of the .NET Blend class that represents a custom falloff for the gradient.
RemarksA 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