Northwoods.GoSilverlight 1.2.2 Assembly
TreeNetwork Class
Members  See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : TreeNetwork Class

This provides an abstract view of a IEnumerable as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.GoXam.Parts provided in the IEnumerable. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document.

Syntax

Visual Basic (Declaration) 
Public Class TreeNetwork 
   Inherits Northwoods.GoXam.Layout.GenericNetwork(Of TreeVertex,TreeEdge,TreeLayout)

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Layout.GenericNetwork<V,E,Y>
      Northwoods.GoXam.Layout.TreeNetwork

Requirements

See Also

© 2010 All Rights Reserved.