Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
ShadowMode property 
 
Type
[Visual Basic] 
Public Property ShadowMode As Ctl3d.ShadowModes 
 
[C#] 
public Ctl3d.ShadowModes ShadowMode {get; set;} 
 
[C++] 
public: __property Ctl3d.ShadowModes get_ShadowMode(); 
public: __property void set_ShadowMode(Ctl3d.ShadowModes);
 
 
Remarks
The shadow applied to the button. 
The color used to render the shadow can be modified through the ShadowColor property. 
Supported values are the following: 
Enumerated value
Value
Meaning
ShadowModes.None
0 (default)
No shadow 
ShadowModes.Solid
1
Solid shadow 
ShadowModes.HalfBlurred
2
Half blurred shadow 
ShadowModes.Blurred
3
Blurred shadow 
 
In order to change this setting at Design-time take a look to the How to change the control appearance section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index