GoXam for WPF v3
SubtreeOffset Property
Northwoods.GoXam.Layout Namespace > TreeVertex Class : SubtreeOffset Property
Gets or sets the offset of this parent node relative to its whole subtree.
Syntax
public Point SubtreeOffset {get; set;}
Remarks
This informational property is computed by TreeLayout.LayoutTree. Of course if there are no children, this is just (0, 0). You probably should not be setting this property.
See Also

Reference

TreeVertex Class
TreeVertex Members