Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RenderArrows As Boolean |
| C# |
|---|
| public bool RenderArrows { get; set; } |
| C++ |
|---|
| public property bool RenderArrows sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_RenderArrows(); /** property */ public void set_RenderArrows(bool value); |
| JScript |
|---|
| public function get RenderArrows() : bool public function set RenderArrows(value : bool); |