Sets the decrease rate value of the transparency
Namespace: ZRLabs.Yael.BasicFilters
Assembly: zrlabs.Yael.BasicFilters (in zrlabs.Yael.BasicFilters.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AlphaDecreaseRate As Single |
| C# |
|---|
| public float AlphaDecreaseRate { get; set; } |
| C++ |
|---|
| public property float AlphaDecreaseRate sealed { float get(); void set(float value); } |
| J# |
|---|
| /** property */ public float get_AlphaDecreaseRate(); /** property */ public void set_AlphaDecreaseRate(float value); |
| JScript |
|---|
| public function get AlphaDecreaseRate() : float public function set AlphaDecreaseRate(value : float); |