Search
ItemListView.AutoConnectLinks Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AutoConnectLinks { get; set; }

Visual Basic  Copy Code

Public Property AutoConnectLinks As Boolean

 Property Value

true to automatically connect the dragged item to existing items in the diagram, or false otherwise.

 Remarks

If 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