Specifies the type of a tree layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum TreeLayoutType |
Visual Basic
Copy Code
|
|---|
Public Enum TreeLayoutType |
Members| Member name | Description | |
|---|---|---|
![]() |
Cascading |
Indicates cascading tree layout. |
![]() |
Centered |
Indicates centered tree layout. |
![]() |
HorizontalVertical |
Indicates the Horizontal-Vertical layout algorithm, used to arrange full binary trees. |
![]() |
Radial |
Indicates radial tree layout. |
See Also