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