Gets or sets the size of the arrows
Namespace: Visualisierung_BSP2Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public int ArrowSize { get; set; } |
Visual Basic |
---|
Public Property ArrowSize As Integer
Get
Set |
Visual C++ |
---|
public:
property int ArrowSize {
int get ();
void set (int value);
} |
See Also