Gets or sets the manner in which tree-structured diagrams are assumed to be defined.
            
            
            
            Syntax
            
        
            
            
            Property Value
The default value is 
Northwoods.GoXam.Layout.TreePath.Destination, which assumes that links go from the parent node to its child nodes. If the value is 
Northwoods.GoXam.Layout.TreePath.Source, tree operations assume that links go from each child node to its parent node.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also