MindFusion.Wpf Pack Programmer's Guide
Diagram.AutoDeleteLinks Property
See Also
 





Gets or sets whether links are deleted automatically when their Origin or Destination is deleted.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AutoDeleteLinks { get; set; }

Visual Basic  Copy Code

Public Property AutoDeleteLinks As Boolean

 Property Value

true to delete links along with the nodes they connect, or false otherwise. The default value is true.

 Remarks

If this property is set to false, deleting a node will leave its links in the diagram as unconnected links.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DelKeyAction Property