Sets the initial transparecy value of the reflection.
Namespace: ZRLabs.Yael.BasicFilters
Assembly: zrlabs.Yael.BasicFilters (in zrlabs.Yael.BasicFilters.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AlphaStartValue As Single |
| C# |
|---|
| public float AlphaStartValue { get; set; } |
| C++ |
|---|
| public property float AlphaStartValue sealed { float get(); void set(float value); } |
| J# |
|---|
| /** property */ public float get_AlphaStartValue(); /** property */ public void set_AlphaStartValue(float value); |
| JScript |
|---|
| public function get AlphaStartValue() : float public function set AlphaStartValue(value : float); |