Copyright © 2003-2024 MultiMedia Soft

SpecialEffectFactor property

Previous pageReturn to chapter overviewNext page

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

3dcm_i000039

SpecialEffectsFactors.High

1

High

SpecialEffectsFactors.Medium

2

Medium

3dcm_i00003a

SpecialEffectsFactors.Low

3

Low

SpecialEffectsFactors.VeryLow

4

Very low (Indicated for small sized buttons)

3dcm_i00003b

 

In order to change this setting at Design-time take a look to the How to change the control appearance section.