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