GoXam for WPF v3
ForceDirectedEdge Class Properties


Northwoods.GoXam.Layout Namespace : ForceDirectedEdge Class

For a list of all members of this type, see ForceDirectedEdge members.

Public Properties
 NameDescription
Public PropertyGets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Propertylength of the link; see the ForceDirectedLayout.SpringLength method  
Public PropertyGets or sets this edge's associated GenericNetwork.Edge<V,E,Y>.Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets or sets the network that this edge is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Propertystiffness of the link; see the ForceDirectedLayout.SpringStiffness method  
Public PropertyGets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Top
See Also

Reference

ForceDirectedEdge Class
Northwoods.GoXam.Layout Namespace