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