GradientStyleType
GradientStyleType enumeration
Represents gradient shading style.
Values
Name | Value | Description |
---|---|---|
DiagonalDown | 0 | Diagonal down shading style |
DiagonalUp | 1 | Diagonal up shading style |
FromCenter | 2 | From center shading style |
FromCorner | 3 | From corner shading style |
Horizontal | 4 | Horizontal shading style |
Vertical | 5 | Vertical shading style |
Unknown | 6 | Unknown shading style.Only for the shading style(which is not for any member of the GradientStyleType) in the template file. |