The following tables list the members exposed by TreeEdge.
Public Constructors
Public Properties
| Name | Description |
 | FromVertex | Gets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<TreeVertex,TreeEdge,TreeLayout>) |
 | Link | Gets or sets this edge's associated Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<TreeVertex,TreeEdge,TreeLayout>) |
 | Network |
Gets or sets the network that this edge is part of.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<TreeVertex,TreeEdge,TreeLayout>) |
 | RelativePoint |
Gets or sets a point, relative to the parent node,
that may be useful in routing this link.
|
 | Route | Gets the Route associated with this edge. This may be needed by the algorithm to add bends to the link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<TreeVertex,TreeEdge,TreeLayout>) |
 | ToVertex | Gets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<TreeVertex,TreeEdge,TreeLayout>) |
Top
Public Methods
See Also