Search
ItemListView.AutoConnectDistance Property
See Also
 





Gets or sets the maximum distance within which a link will attempt to auto-connect to a nearby node.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public float AutoConnectDistance { get; set; }

Visual Basic  Copy Code

Public Property AutoConnectDistance As Single

 Property Value

float value specifying maximum distance.

 Remarks

This value is applied when AutoConnectLinks is enabled. If a link is dropped within specified distance 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