Reassigns links to anchor points so that they are evenly disctributed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void ReassignAnchorPoints () |
Visual Basic
Copy Code
|
|---|
Public Sub ReassignAnchorPoints () |
RemarksIf there are more anchor points defined for this node than links connected to it, this method ensures that each point has at most one link attached to it. ReassignAnchorPoints also tries to assign links to points that are close to their opposite end points.
See Also