Specifies how OrthogonalRouter should arrange nodes.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public enum BaseLayout |
Visual Basic Copy Code |
---|
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. |