Gets or sets a value indicating whether links should be automatically connected to nearby nodes when dropped from the ItemListView.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AutoConnectLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoConnectLinks As Boolean |
true to automatically connect the dragged item to existing items in the diagram, or false otherwise.
RemarksIf a link is dropped within AutoConnectDistance from an existing node, or if a node is dropped near unconnected link, the node is set as Origin or Destination of the link.
See Also