Class ReflexiveRouter
Represents a connection router for reflexive connections.
Inheritance
System.Object
ReflexiveRouter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ReflexiveRouter : 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>
|