Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SurfaceColor.GradientType property 
 
Type
[Visual Basic] 
Overrides Public Property GradientType As Ctl3d.ColorGradientType 
 
[C#] 
public override Ctl3d.ColorGradientType GradientType  {get; set;} 
 
[C++] 
public: __property Ctl3d.ColorGradientType get_GradientType (); 
public: __property void set_GradientType (Ctl3d.ColorGradientType);
 
 
Remarks
The type of gradient algorithm used for 3D rendering the button surface. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
ColorGradientType.Classic
0
A circular gradient algorithm. 
ColorGradientType.Linear
1
A linear gradient algorithm (Available only with Professional edition) 
 
 
See also
SurfaceColor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index