Specifies how OrthogonalRouter should arrange nodes.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum BaseLayout |
Visual Basic
Copy Code
|
|---|
Public Enum BaseLayout |
Members| Member name | Description | |
|---|---|---|
![]() |
Cascading |
Use TreeLayout to arrange nodes. |
![]() |
Custom |
Use the current node configuration. |
![]() |
Grid |
Use GridLayout to arrange nodes. |
![]() |
Layered |
Use LayeredLayout to arrange nodes. |
See Also