Bends all links in an already arranged diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void BendLinks ( |
Visual Basic
Copy Code
|
|---|
Public Sub BendLinks( _ |
RemarksYou 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.
See Also