Gets or sets a value indicating whether users are allowed to draw links that are not connected to any node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AllowUnconnectedLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowUnconnectedLinks As Boolean |
true to allow drawing unconnected links; otherwise, false. The default is false.
RemarksIf the property is set to true, users will be able to draw links from or to any point of the document. Depending on which end of a link is unconnected, its Origin or Destination nodes might be of type DummyNode.
See Also