Enum ConnectorType
Specifies the types of the Connector.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum ConnectorType
Fields
| Name | Description |
|---|---|
| CubicBezier | Specifies the connectortype as cubicbezier which consist of controlpoints to edit the curve. |
| Line | Specifies the connectortype as straight line is essentially just a line with no curve. |
| Orthogonal | Specifies the connectortype as orthogonal which consist of a sequence of horizontal and vertical line segments. |
| PolyLine | Specifies the connectortype as polyline to draw a sequence of line segments created as a single object |
| QuadraticBezier | Specifies the connectortype as quadraticbezier which consist of controlpoints to edit the curve. |