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