Class OrgTreeRouter.TipOverTreeRouter
This router routes the connections when the shape layout is TipOverTree.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class TipOverTreeRouter : OrgTreeRouter.TreeRouterBase
Constructors
TipOverTreeRouter()
Declaration
public TipOverTreeRouter()
Methods
GetRoutePoints()
Gets the route points.
Declaration
protected override IList<Point> GetRoutePoints()
Returns
System.Collections.Generic.IList<Point>
|
Overrides
GetRouterSpecificRectHorizontalPoints(Boolean, Rect)
Gets the router specific rectangle horizontal points.
Declaration
protected override IList<Point> GetRouterSpecificRectHorizontalPoints(bool clockwise, Rect rectangle)
Parameters
System.Boolean
clockwise
If set to |
Rect
rectangle
The rectangle. |
Returns
System.Collections.Generic.IList<Point>
|
Overrides
GetRouterSpecificRectVerticalPoints(Boolean, Rect)
Gets the router specific rectangle vertical points.
Declaration
protected override IList<Point> GetRouterSpecificRectVerticalPoints(bool clockwise, Rect rectangle)
Parameters
System.Boolean
clockwise
If set to |
Rect
rectangle
The rectangle. |
Returns
System.Collections.Generic.IList<Point>
|
Overrides
SetSourceAndTargetConnectors()
Sets the source and target connectors.
Declaration
protected override void SetSourceAndTargetConnectors()