Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
SurfaceColor.GradientType property 
 
Type
long for Visual C++ 
enumGradientType for Visual Basic
 
 
Syntax
object.SurfaceColor.GradientType [=enumGradientType]
 
 
Remarks
The type of gradient algorithm used for 3D rendering the button surface. Note that the point of maximum light exposures depends upon the value of the LightDirection property. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
COLOR_GRADIENT_CLASSIC
0
A circular gradient algorithm. 
COLOR_GRADIENT_LINEAR
1
A linear gradient algorithm (Available only with Professional edition) 
 
 
See also
SurfaceColor object. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 1998-2006 MultiMedia Soft 
Return to index