ClassOrgTreeRouter.TipOverTreeRouter
Class
This router routes the connections when the shape layout is TipOverTree.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class OrgTreeRouter.TipOverTreeRouter : OrgTreeRouter.TreeRouterBase
Inheritance: objectOrgTreeRouter.TreeRouterBaseOrgTreeRouter.TipOverTreeRouter
Inherited Members
Constructors
TipOverTreeRouter()
Declaration
cs-api-definition
public TipOverTreeRouter()
Methods
GetRoutePoints()
Gets the route points.
Declaration
cs-api-definition
protected override IList<Point> GetRoutePoints()
Returns
IList<Point>
Overrides
GetRouterSpecificRectHorizontalPoints(bool, Rect)
Gets the router specific rectangle horizontal points.
GetRouterSpecificRectVerticalPoints(bool, Rect)
Gets the router specific rectangle vertical points.
SetSourceAndTargetConnectors()
Sets the source and target connectors.
Declaration
cs-api-definition
protected override void SetSourceAndTargetConnectors()
Overrides