Enum BridgeDirection
Specifies the direction of line bridges.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum BridgeDirection
Fields
| Name | Description |
|---|---|
| Auto | To set the direction of line bridges as top. |
| Bottom | To set the direction of line bridges as bottom. |
| Left | To set the direction of line bridges as left. |
| Right | To set the direction of line bridges as right. |
| Top | To set the direction of line bridges as top. |