ConnectionRoute
Class
Represents a connection route of intermediate points, start and end connectors.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class ConnectionRoute
Inheritance: objectConnectionRoute
Constructors
Initializes a new instance of the ConnectionRoute class.
C#
public ConnectionRoute()
Initializes a new instance of the ConnectionRoute class.
C#
public ConnectionRoute(IEnumerable<Point> points, IConnector startConnector, IConnector endConnector)
The intermediate points.
startConnectorIConnectorThe start connector.
endConnectorIConnectorThe end connector.
Initializes a new instance of the ConnectionRoute class.
C#
public ConnectionRoute(IEnumerable<Point> points)
The intermediate points.
Properties
Gets or sets the end connector.
C#
public IConnector EndConnector { get; set; }
Gets or sets the start connector.
C#
public IConnector StartConnector { get; set; }
The start connector.