Gets or sets the destination node of this link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public DiagramNode Destination { get; set; } |
Visual Basic Copy Code |
---|
Public Property Destination As DiagramNode |
A DiagramNode instance.
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.