Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
SpecialEffectFactor property 
 
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: 
Enumerated value
Value
Meaning
SpecialEffectsFactors.VeryHigh
0 (default)
Very high (Indicated for big sized buttons). Here follows a sample for a button with Raised special effect applied 
SpecialEffectsFactors.High
1
High
SpecialEffectsFactors.Medium
2
Medium 
SpecialEffectsFactors.Low
3
Low
SpecialEffectsFactors.VeryLow
4
Very low (Indicated for small sized buttons) 
 
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