Specifies the type of a tree layout.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum TreeLayoutType |
Visual Basic
![]() |
---|
Public Enum TreeLayoutType |
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. |
Members of this enumeration can be assigned to the Type property of TreeLayout.