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