Gets or sets the origin node of the link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public DiagramNode Origin { get; set; } |
Visual Basic Copy Code |
---|
Public Property Origin As DiagramNode |
The link's origin 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.