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.
Specifies whether to keep the relative position of grouped items.
See Also