|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property Render3DType As Ctl3d.ColorRenderType
[C#]
public override Ctl3d.ColorRenderType Render3DType {get; set;}
[C++]
public: __property Ctl3d.ColorRenderType get_Render3DType();
public: __property void set_Render3DType(Ctl3d.ColorRenderType);
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
Remarks
|
The 3D color rendering of the button surface.
Supported values are the following:
Supported values are the following:
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
See also
|
SurfaceColor class.
ColorSurfaceNormal, ColorSurfaceMO, ColorSurfaceInternal, ColorSurfaceFocus, ColorSurfaceDisabled, ColorSurfacePressed properties.
How to change the button colors section.
|