Bends all links in an already arranged diagram.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void BendLinks ( |
Visual Basic Copy Code |
---|
Public Sub BendLinks( _ |
You can use BendLinks to implement incremental layout of a diagram, for example, by calling it after the user draws a new link, or after several new links are added programmatically. For this method to work correctly, RecreateGraph must be disabled.