Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property SpecularSize As Single |
| C# |
|---|
| public float SpecularSize { get; set; } |
| C++ |
|---|
| public property float SpecularSize sealed { float get(); void set(float value); } |
| J# |
|---|
| /** property */ public float get_SpecularSize(); /** property */ public void set_SpecularSize(float value); |
| JScript |
|---|
| public function get SpecularSize() : float public function set SpecularSize(value : float); |