Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property GlyphSize As Integer |
| C# |
|---|
| public int GlyphSize { get; set; } |
| C++ |
|---|
| public property int GlyphSize sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_GlyphSize(); /** property */ public void set_GlyphSize(int value); |
| JScript |
|---|
| public function get GlyphSize() : int public function set GlyphSize(value : int); |