Northwoods.GoSilverlight 1.2.2 Assembly
TreePath Enumeration
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : TreePath Enumeration

This enumeration specifies how to build a tree from the TreeNetwork.

Syntax

Visual Basic (Declaration) 
Public Enum TreePath 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum TreePath : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
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

Requirements

See Also

© 2010 All Rights Reserved.