Class OrgTreeRouter
Router used for the TreeDown, TreeLeft, TreeRight, TreeUp and TipOverTree LayoutTypes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class OrgTreeRouter : IRouter
Constructors
OrgTreeRouter()
Initializes a new instance of the OrgTreeRouter class for routing connections in tree-layout diagrams.
Declaration
public OrgTreeRouter()
Properties
ConnectionOuterSpacing
Gets or sets the connection outer spacing.
Declaration
public double ConnectionOuterSpacing { get; set; }
Property Value
System.Double
The connection outer spacing. |
TreeLayoutType
Gets or sets the type of the tree layout.
Declaration
public TreeLayoutType TreeLayoutType { get; set; }
Property Value
TreeLayoutType
The type of the tree layout. |
Methods
GetRoutePoints(IConnection, Boolean)
Creates a TreeLayoutType -specific router and gets the route points.
Declaration
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)
Parameters
IConnection
connection
The connection. |
System.Boolean
showLastLine
Whether the last line segment should be shown. |
Returns
System.Collections.Generic.IList<System.Windows.Point>
|