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