GoXam for WPF v3
TreeVertex Class Methods


Northwoods.GoXam.Layout Namespace : TreeVertex Class

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

Public Methods
 NameDescription
Public Method Adds an edge to the list successors (i.e., the edge will be going out from this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>)
Public Method Adds an edge to the list of predecessors (i.e., the edge will be coming into this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>)
Public MethodMoves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>)
Public MethodThis method just copies inheritable properties from another TreeVertex.  
Public Method Deletes an edge from the list of successors (i.e., the edge was going out from this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>)
Public Method Deletes an edge from the list of predecessors (i.e., the edge was coming into this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<TreeVertex,TreeEdge,TreeLayout>)
Top
See Also

Reference

TreeVertex Class
Northwoods.GoXam.Layout Namespace