IRoutingService
Interface
API for the Diagram Routing Service.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface IRoutingService
Derived Classes:
Properties
Gets or sets the auto update property.
C#
bool AutoUpdate { get; set; }
Gets or sets the floating connection router.
C#
IRouter FreeRouter { get; set; }
Gets or sets the reflexive router.
C#
IRouter ReflexiveRouter { get; set; }
The reflexive router.
Methods
Automatically updates the connections.
C#
void AutoUpdateConnections(IShape shape)
The shape which bound's have changed.
Builds the route with the start and end connectors.
C#
ConnectionRoute FindExtendedRoute(IConnection connection)
The connection.
Returns:Builds the route.
C#
IList<Point> FindRoute(IConnection connection)
The connection.
Returns:IList<Point>