New to Telerik UI for WinFormsStart a free 30-day trial

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

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)
Parameters:connectionIConnection

The connection.

showLastLinebool

Whether the last line segment should be shown.

Returns:

IList<Point>

Implements: IRouter.GetRoutePoints(IConnection, bool)