public enum GradientStyle
Public Enumeration GradientStyle
type GradientStyle
None | 0 | |
Horizontal | 1 | |
DiagonalLeft | 2 | |
DiagonalRight | 3 | |
Center | 4 | |
Vertical | 5 | |
VerticalMirror | 6 | |
HorizontalMirror | 7 | |
DiagonalLeftMirror | 8 | |
CornerTopLeft | 9 | |
CornerBottomRight | 10 | |
VerticalWide | 11 | |
HorizontalWide | 12 | |
CornerBottomLeft | 13 |