The following tables list the members exposed by CircularEdge.
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<CircularVertex,CircularEdge,CircularLayout>) |
 | Link | Gets or sets this edge's associated GenericNetwork.Edge<V,E,Y>.Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>) |
 | Network |
Gets or sets the network that this edge is part of.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>) |
 | Route | Gets the GenericNetwork.Edge<V,E,Y>.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<CircularVertex,CircularEdge,CircularLayout>) |
 | ToVertex | Gets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>) |
Top
Public Methods
See Also