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