GradientStyleType
GradientStyleType
Utility class containing constants. Represents gradient shading style.
Values
| Name | Description |
|---|---|
| DIAGONAL_DOWN | Diagonal down shading style |
| DIAGONAL_UP | Diagonal up shading style |
| FROM_CENTER | From center shading style |
| FROM_CORNER | From corner shading style |
| HORIZONTAL | Horizontal shading style |
| VERTICAL | Vertical shading style |
| UNKNOWN | Unknown shading style.Only for the shading style(which is not for any memeber of the GradientStyleType) in the template file. |