ClassReflexiveRouter
Class
Represents a connection router for reflexive connections.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class ReflexiveRouter : IRouter
Inheritance: objectReflexiveRouter
Implements:
Constructors
ReflexiveRouter()
Initializes a new instance of the ReflexiveRouter class.
Declaration
cs-api-definition
public ReflexiveRouter()
Methods
GetRoutePoints(IConnection, bool)
Gets the route points.
Declaration
cs-api-definition
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine = false)
Parameters
connection
The connection.
showLastLine
Whether the last line segment should be shown.
Returns
IList<Point>
Implements