Specifies the type of a tree layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public enum TreeLayoutType |
Visual Basic
![]() |
---|
Public Enum TreeLayoutType |
Member name | Description | |
---|---|---|
![]() |
Cascading |
Indicates cascading tree layout. |
![]() |
Centered |
Indicates centered tree layout. |
![]() |
HorizontalVertical |
Indicates a Horizontal-Vertical binary tree layout. |
![]() |
Radial |
Indicates radial tree layout. |