Enum BranchDirection
Specifies the different types of branch directions in FlowchartLayout class.
Namespace: Syncfusion.UI.Xaml.Diagram.Layout
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum BranchDirection
Fields
| Name | Description |
|---|---|
| LeftInFlow | Defines the flow direction as left. |
| RightInFlow | Defines the flow direction as right. |
| SameAsFlow | Defines the direction as same as flow chart. |