GoXam for WPF v3
CircularEdge Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : CircularEdge Class

The following tables list the members exposed by CircularEdge.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>)
Public PropertyGets or sets this edge's associated GenericNetwork.Edge<V,E,Y>.Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets or sets the network that this edge is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>)
Public PropertyGets 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>)
Public PropertyGets 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
 NameDescription
Public Method Commits the position of the edge to the corresponding Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>)
Public MethodFinds and returns the edge's vertex other than v. Returns null if v is neither the "from" vertex or "to" vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<CircularVertex,CircularEdge,CircularLayout>)
Top
See Also

Reference

CircularEdge Class
Northwoods.GoXam.Layout Namespace