Class Blend
Blend class
Defines a blend pattern for a LinearGradientBrush object. This class cannot be inherited.
public sealed class Blend
Constructors
| Name | Description |
|---|
| Blend() | Initializes a new instance of the Blend class. |
| Blend(int) | Initializes a new instance of the Blend class with the specified number of factors and positions. |
Properties
| Name | Description |
|---|
| Factors { get; set; } | Gets or sets an array of blend factors for the gradient. |
| Positions { get; set; } | Gets or sets an array of blend positions for the gradient. |
See Also