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