GoXam for WPF v3
TreeEdge Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : TreeEdge Class

The following tables list the members exposed by TreeEdge.

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<TreeVertex,TreeEdge,TreeLayout>)
Public PropertyGets or sets this edge's associated Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<TreeVertex,TreeEdge,TreeLayout>)
Public Property Gets or sets the network that this edge is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<TreeVertex,TreeEdge,TreeLayout>)
Public Property Gets or sets a point, relative to the parent node, that may be useful in routing this link.  
Public PropertyGets 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>)
Public PropertyGets 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
 NameDescription
Public MethodOverridden.  Commits the position of the edge to the corresponding Link.  
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<TreeVertex,TreeEdge,TreeLayout>)
Top
See Also

Reference

TreeEdge Class
Northwoods.GoXam.Layout Namespace