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.
|