[]
Specifies a type of background gradient.
public enum BackgroundGradientType
| Name | Description |
|---|---|
| Center | Indicates the gradient moves out from the center. |
| DiagonalLeft | Indicates the gradient moves diagonally from the left. |
| DiagonalRight | Indicates the gradient moves diagonally from the right. |
| HorizontalCenter | Indicates the gradient move out to the left and right from the center. |
| LeftRight | Indicates the gradient moves from left to right. |
| None | Indicates no gradient |
| TopBottom | Indicates the gradient moves from top to bottom. |
| VerticalCenter | Indicates the gradient move out to the top and bottom from the center. |