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