Search
DiagramLink.Destination Property
See Also
 





Gets or sets the destination node of this link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode Destination { get; set; }

Visual Basic  Copy Code

Public Property Destination As DiagramNode

 Property Value

A reference to the destination DiagramNode of the link.

 Remarks

The link's destination can be changed programmatically with this property. If any of the connected nodes has an AnchorPattern defined, links ends are placed at the nearest anchor points of the two nodes. If AutoRoute is enabled, the link is routed when changing its origin or destination.

 See Also