|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property SpecialEffect As Ctl3d.SpecialEffects
[C#]
public Ctl3d.SpecialEffects SpecialEffect {get; set;}
[C++]
public: __property Ctl3d.SpecialEffects get_SpecialEffect();
public: __property void set_SpecialEffect(Ctl3d.SpecialEffects);
| |||||||||||||||
|
|
| |||||||||||||||
|
Remarks
|
The special effect applied to the control surface: this property is not available when using Ctl3dGroupBox controls; for Ctl3dGroupBox controls use the FrameEffect 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.
NOTE: if you have set a special effect, it's possible to define different colors for the internal and external portions of the button as seen on the image below:
For further details about colors change, see the How to change the control colors section.
The amount of this effect can be modified through the SpecialEffectFactor property.
|