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