ConnectionType
Enum
The type of the connection.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public enum ConnectionType
Fields
Bezier connection type.
C#
Bezier = 1
Polyline connection type.
C#
Polyline = 0
The canonical spline interpolates smoothly between the intermediate connection points without the usage of handles like the Bezier type.
C#
Spline = 2