Search
DraggedItem.AutoConnectLinks Property
See Also
 





Gets or sets a value indicating whether links should be automatically connected to nearby nodes when dropped.

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

A bool value corresponding to respective property of drag source control.

 See Also