Class
ReflexiveRouter

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: IRouter

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

IConnection

The connection.

showLastLine

bool

Whether the last line segment should be shown.

Returns

IList<Point>

Implements IRouter.GetRoutePoints(IConnection, bool)