GoXam for WPF v3
Comments Property (TreeVertex)
Northwoods.GoXam.Layout Namespace > TreeVertex Class : Comments Property
Gets or sets a collection of Northwoods.GoXam.Nodes that will be positioned near the node.
Syntax
public ICollection<Node> Comments {get; set;}

Property Value

The default value is null.
Remarks
These objects should not have their own TreeVertexs to be laid out. Typically these will be instances of Northwoods.GoXam.Nodes whose Category is "Comment". This collection should be allocated and initialized in AddComments.
See Also

Reference

TreeVertex Class
TreeVertex Members