The following tables list the members exposed by ForceDirectedEdge.
            
            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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>) | 
  | Length | length of the link; see the ForceDirectedLayout.SpringLength method   | 
  | Link | Gets or sets this edge's associated GenericNetwork.Edge<V,E,Y>.Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>) | 
  | Network | 
            Gets or sets the network that this edge is part of.
             (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>) | 
  | 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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>) | 
  | Stiffness | stiffness of the link; see the ForceDirectedLayout.SpringStiffness method   | 
  | ToVertex | Gets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>) | 
Top 
            
            
            
            Public Methods
            
            
            
            
            
            
            
            
            
            
            See Also