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