Enum RootChildDirection
Specifies the direction for the immediate children of the root node in the mind-map tree layout.
Namespace: Syncfusion.UI.Xaml.Diagram.Layout
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum RootChildDirection
Fields
| Name | Description |
|---|---|
| Bottom | Specifies the branch should be positioned in bottom direction. |
| Left | Specifies the branch should be positioned in left direction. |
| Right | Specifies the branch should be positioned in right direction. |
| Top | Specifies the branch should be positioned in top direction. |