|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property SpecialEffectFactor As Ctl3d.SpecialEffectsFactors
[C#]
public Ctl3d.SpecialEffectsFactors SpecialEffectFactor {get; set;}
[C++]
public: __property Ctl3d.SpecialEffectsFactors get_SpecialEffectFactor();
public: __property void set_SpecialEffectFactor(Ctl3d.SpecialEffectsFactors);
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
Remarks
|
The factor of the special effect applied to the button surface.
Notes: This property is useful only if a special effect has been applied through the SpecialEffect 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.
|