[]
Specifies the type of gradient to draw.
public enum GradientStyle
Name | Description |
---|---|
DiagonalDown | The gradient is drawn from top left to bottom right. |
DiagonalUp | The gradient is drawn from bottom left to top right. |
FromCenter | A radial gradient is drawn from the center. |
FromCorner | A radial gradient is drawn to the center. |
Horizontal | A horizontal gradient is drawn. |
Vertical | A vertical gradient is drawn. |