GoXam for WPF v3
TreePath Enumeration
Northwoods.GoXam.Layout Namespace : TreePath Enumeration
This enumeration specifies how to build a tree from the TreeNetwork.
Syntax
public enum TreePath : System.Enum 
Members
MemberDescription
DefaultThis value for TreeLayout.Path uses the value of TreePath to determine whether edges go from the parent vertex to child vertexes or vice-versa.
DestinationThe children of a TreeVertex are its GenericNetwork.Vertex<V,E,Y>.DestinationVertexes, the collection of connected TreeEdge.GenericNetwork.Edge<V,E,Y>.ToVertexs. The tree roots are those TreeVertexs that have a zero GenericNetwork.Vertex<V,E,Y>.SourceEdgesCount.
SourceThe children of a TreeVertex are its GenericNetwork.Vertex<V,E,Y>.SourceVertexes, the collection of connected TreeEdge.GenericNetwork.Edge<V,E,Y>.FromVertexs. The tree roots are those TreeVertexs that have a zero GenericNetwork.Vertex<V,E,Y>.DestinationEdgesCount.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.TreePath

See Also

Reference

Northwoods.GoXam.Layout Namespace