|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
| |||||||||
|
|
| |||||||||
|
See also
|
SurfaceColor class.
ColorSurfaceNormal, ColorSurfaceMO, ColorSurfaceInternal, ColorSurfaceFocus, ColorSurfaceDisabled, ColorSurfacePressed properties.
How to change the button colors section.
|