Class ConnectionType
The type of the connection.
Inheritance
System.Object
ConnectionType
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ConnectionType : Enum
Fields
Bezier
Polyline
Polyline connection type.
Declaration
public const ConnectionType Polyline
Field Value
Spline
The canonical spline interpolates smoothly between the intermediate connection points without the usage of handles like the Bezier type.
Declaration
public const ConnectionType Spline
Field Value
value__
Declaration
public int value__
Field Value
System.
|