InterfaceIExtendedRouter
Interface
Represents an extended connection router.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IExtendedRouter : IRouter
Inherited Members
Methods
GetRoutePoints(IConnection)
Gets the route points and the start and end connectors.
Declaration
cs-api-definition
ConnectionRoute GetRoutePoints(IConnection connection)
Parameters
connection
The connection.
Returns