The direction of the gradient color.
| C# | Visual Basic | Visual C++ |
public enum GradientDirection
Public Enumeration GradientDirection
public enum class GradientDirection
| Member | Description |
|---|---|
| Horizontal |
Horizontal gradient from left to right
|
| Vertical |
Vertical gradient from top to bottom
|
| ForwardDiagonal |
Diagonal gradient from top left to bottom right
|
| BackwardDiagonal |
Diagonal gradient from top right bottm left
|