Class OrgTreeRouter.DirectionalRouter
This router routes the connections when the shape layout is TreeDown, TreeUp, TreeLeft or TreeRight.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class DirectionalRouter : OrgTreeRouter.TreeRouterBase
Constructors
DirectionalRouter(OrgTreeRouter.DirectionalRoutingSettings)
Initializes a new instance of the Org
Declaration
public DirectionalRouter(OrgTreeRouter.DirectionalRoutingSettings settings)
Parameters
Org The settings. |
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()