Gets or sets a value indicating whether users are allowed to draw unconnected arrows.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowUnconnectedArrows() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksSpecifies whether users are allowed to draw arrows that are not connected to any node. If the property is set to true, users will be able to draw arrows from or to any point of the document. Depending on which end of an arrow is unconnected, its OriginType or DestinationType properties might return aiNone.
See Also