|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
In order to change this setting at Design-time take a look to the How to change the control appearance section.
|