MindFusion.Wpf Pack Programmer's Guide
RoutingOptions.Anchoring Property
See Also
 





Gets or sets a value indicating whether to align link ends to the anchor points of nodes.

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

 Syntax

C#  Copy Code

public Anchoring Anchoring { get; set; }

Visual Basic  Copy Code

Public Property Anchoring As Anchoring

 Property Value

By default, the routing algorithm ignores anchor points. To make it align link ends to the points specified in the AnchorPattern property of nodes, set Anchoring to Keep or Reassign. Keep specifies that the routing algorithm will not change the positions of link end points. You can use Reassign to cause the routing algorithm to choose new end points for a link from the ones specified in the AnchorPattern of its origin and destination nodes.

 See Also

RoutingOptions Members
RoutingOptions Class
MindFusion.Diagramming.Wpf Namespace