Class OrgTreeRouter.TipOverTreeRouter
This router routes the connections when the shape layout is TipOverTree.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class TipOverTreeRouter : OrgTreeRouter.TreeRouterBase
Constructors
TipOverTreeRouter()
Initializes a new instance of the TipOverTreeRouter class.
Declaration
public TipOverTreeRouter()
TipOverTreeRouter(OrgTreeRouter.DirectionalRouter)
Initializes a new instance of the TipOverTreeRouter class with TreeDown Directional Router for the first 2 levels.
Declaration
public TipOverTreeRouter(OrgTreeRouter.DirectionalRouter treeDownRouter)
Parameters
Org
|
Methods
GetRoutePoints()
Gets the route points.
Declaration
protected override IList<Point> GetRoutePoints()
Returns
System.
|
Overrides
GetRouterSpecificRectHorizontalPoints(Boolean, Rect)
Gets the router specific rectangle horizontal points.
Declaration
protected override IList<Point> GetRouterSpecificRectHorizontalPoints(bool clockwise, Rect rectangle)
Parameters
System. If set to |
System. The rectangle. |
Returns
System.
|
Overrides
GetRouterSpecificRectVerticalPoints(Boolean, Rect)
Gets the router specific rectangle vertical points.
Declaration
protected override IList<Point> GetRouterSpecificRectVerticalPoints(bool clockwise, Rect rectangle)
Parameters
System. If set to |
System. The rectangle. |
Returns
System.
|
Overrides
SetSourceAndTargetConnectors()
Sets the source and target connectors.
Declaration
protected override void SetSourceAndTargetConnectors()