Enum MindMapTreeMode
Specifies the criteria for arranging the mind-map tree branches.
Namespace: Syncfusion.UI.Xaml.Diagram.Layout
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum MindMapTreeMode
Fields
| Name | Description |
|---|---|
| Area | Specifies the mind-map branches should be balanced in the terms of area. |
| Custom | Specifies the mind-map branches should be arranged in defined direction. |
| Level | Specifies the mind-map branches should be balanced in the terms of level. |
| RootChildrenCount | Specifies the mind-map branches should be balanced in the terms of children count. |
| TreeNodesCount | Specifies the mind-map branches should be balanced in the terms of total children count. |