public enum TreePath : System.Enum
public enum TreePath : System.Enum
| Member | Description | 
|---|---|
| Default | This value for TreeLayout.Path uses the value of TreePath to determine whether edges go from the parent vertex to child vertexes or vice-versa. | 
| Destination | The 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. | 
| Source | The 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. | 
System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.TreePath