Arranges the diagram using the specified graph layout algorithm.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Arrange ( |
Visual Basic
Copy Code
|
|---|
Public Function Arrange( _ |
The layout algorithm to apply.
true if the diagram has been arranged successfully, or false otherwise.
See Also