ClassOrgTreeRouter
Class
Router used for the TreeDown, TreeLeft, TreeRight, TreeUp and TipOverTree LayoutTypes.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class OrgTreeRouter : IRouter
Inheritance: objectOrgTreeRouter
Implements:
Constructors
OrgTreeRouter()
Initializes a new instance of the OrgTreeRouter class for routing connections in tree-layout diagrams.
Declaration
cs-api-definition
public OrgTreeRouter()
Properties
ConnectionOuterSpacing
Gets or sets the connection outer spacing.
Declaration
cs-api-definition
public double ConnectionOuterSpacing { get; set; }
Property Value
The connection outer spacing.
TreeLayoutType
Gets or sets the type of the tree layout.
Declaration
cs-api-definition
public TreeLayoutType TreeLayoutType { get; set; }
Property Value
The type of the tree layout.
Methods
GetRoutePoints(IConnection, bool)
Creates a TreeLayoutType -specific router and gets the route points.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Performance", "CA1801:ReviewUnusedParameters", MessageId = "showLastLine", Justification = "Part of the IRouter interface.")]
public IList<Point> GetRoutePoints(IConnection connection, bool showLastLine)
Parameters
connection
The connection.
showLastLine
Whether the last line segment should be shown.
Returns
IList<Point>
Implements