Gets or sets a value indicating whether arrows can be connected to nodes to which there aren't assigned any anchor points.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowUnanchoredArrows() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksAllowUnanchoredArrows applies to nodes whose AnchorPattern is not set or does not contain incoming or outgoing anchor points available. If the property is enabled, users can connect arrows to any point of such nodes. If disabled, users cannot link arrows to such nodes.
See Also