Class ReflexiveRouter
Represents a connection router for reflexive connections.
Inheritance
System.Object
ReflexiveRouter
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ReflexiveRouter : Object, IRouter
Constructors
ReflexiveRouter()
Methods
GetRoutePoints(IConnection, Boolean)
Gets the route points.
Declaration
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine = false)
Parameters
IConnection
connection
The connection. |
System.Boolean
showLastLine
Whether the last line segment should be shown. |
Returns
System.Collections.Generic.IList<System.Windows.Point>
|