Search
DraggedItem.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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double AutoConnectDistance { get; set; }

Visual Basic  Copy Code

Public Property AutoConnectDistance As Double

 Property Value

double value corresponding to respective property of drag source control.

 See Also