Gets or sets a value indicating whether this box should be considered an obstacle by the arrow-routing algorithm.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Obstacle() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksSpecifies whether a box is treated as an obstacle by the arrow-routing algorithm. If enabled, routed arrows try to find a path around this box; otherwise arrows ignore the box and go straight through it. It is useful to set the property to false for nodes used as decorative containers or labels.
See Also