Gets or sets a value indicating whether this tale 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 table is treated as an obstacle by the arrow-routing algorithm. If enabled, routed arrows try to find a path around this table; otherwise arrows ignore the table and go straight through it. It is useful to set the property to false for nodes used as decorative containers or labels.
See Also