PathGradientBrush::Blend Property

 

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

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Blend^ Blend {
	Blend^ get();
	void set(Blend^ value);
}

Property Value

Type: System.Drawing.Drawing2D::Blend^

A Blend that represents a custom falloff for the gradient.

A Blend 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 given as a percentage of distance along the gradient path.

.NET Framework
Available since 1.1
Return to top
Show: