GoXam for WPF v3
Path Property (TreeLayout)
Northwoods.GoXam.Layout Namespace > TreeLayout Class : Path Property
Gets or sets how the tree should be constructed from the TreeEdges connecting TreeVertexs.
Syntax
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public TreePath Path {get; set;}

Property Value

A value of TreePath.Destination assumes the edges go from the parent vertex to the child vertexes. The default value is TreePath.Default: use the value of the Diagram's Northwoods.GoXam.Diagram.TreePath.
See Also

Reference

TreeLayout Class
TreeLayout Members