[]
Specifies the style for a gradient fill.
public enum GradientStyle
| Name | Description |
|---|---|
| DiagonalDown | Specifies a diagonal gradient moving from a top corner down to the opposite corner. |
| DiagonalUp | Specifies a diagonal gradient moving from a bottom corner up to the opposite corner. |
| FromCenter | Specifies a gradient running from the center out to the corners. |
| FromCorner | Specifies a gradient running from a corner to the other three corners. |
| FromTitle | Specifies a gradient running from the title outward. |
| Horizontal | Specifies a gradient running horizontally across the shape. |
| Mixed | Gradient is mixed. |
| Vertical | Specifies a gradient running vertically down the shape. |