GoXam for WPF v3
TreeLayout Class
Members 
Northwoods.GoXam.Layout Namespace : TreeLayout Class
Position nodes in a tree-like arrangement.
Object Model
TreeLayout ClassSpot StructureTreeVertex ClassSpot StructureSpot StructureDiagram ClassGroup ClassTreeNetwork ClassSpot StructureTreeVertex Class
Syntax
[DesignTimeVisible(false)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class TreeLayout : DiagramLayout, IDiagramLayout  
Remarks

Although this class inherits from FrameworkElement in order to support data binding, it is not really a FrameworkElement or UIElement! Please ignore all of the properties, methods, and events defined by FrameworkElement and UIElement.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  Northwoods.GoXam.Layout.DiagramLayout
                     Northwoods.GoXam.Layout.TreeLayout

See Also

Reference

TreeLayout Members
Northwoods.GoXam.Layout Namespace