[]
Represents a fill that uses a two color linear gradient.
public class GradientFill : Fill
Public Class GradientFill
Inherits Fill
Name | Description |
---|---|
GradientFill(Color, Color) | Creates a new gradient fill with the specified colors. |
GradientFill(Color, Color, GradientStyle) | Creates a new gradient fill with the specified colors and the specified style of gradient. |
Name | Description |
---|---|
Color0 | Gets the start color of the gradient. |
Color1 | Gets the end color of the gradient. |
Style | Gets the direction of the gradient. |