Initializes a new instance of the SpringLayout class with the specified settings.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public SpringLayout ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The number of iterations to perform.
The distance between nodes.
Specifies whether to try to minimize crossings while layouting.
See Also