Specifies how OrthogonalRouter should arrange nodes.
Namespace: MindFusion.Layout
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum BaseLayout |
Visual Basic
![]() |
---|
Public Enum BaseLayout |
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. |