Search
Diagram.AllowUnconnectedLinks Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AllowUnconnectedLinks { get; set; }

Visual Basic  Copy Code

Public Property AllowUnconnectedLinks As Boolean

 Property Value

true to allow drawing unconnected links; otherwise, false. The default is false.

 Remarks

If 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