*SetGradiantType()
Specifies the gradient type.
Syntax
*SetGradiantType (type)
Application
HyperView
Inputs
- type
 - The gradient type.
- 0
 - Vertical (color1 on top, color2 on bottom).
 - 1
 - 121 (color1 on top and bottom, with color2 in the middle).
 - 2
 - Diagonal1 (color1 at the top/left corner, color2 at the bottom/right).
 - 3
 - Diagonal2 (color1 at the top/right, color2 at the bottom/left).
 
 
Context
*BeginDefaults()
*BeginGraphicDefaults()
Example
*BeginGraphicDefaults()
   *SetGradientType(2)
*EndGraphicDefaults()