GoXam for WPF v3
Comments Property (ForceDirectedLayout)
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : Comments Property
Gets or sets whether AddComments should find all Northwoods.GoXam.Nodes whose category is "Comment" and whose anchors are nodes represented in the Network and add ForceDirectedVertexs representing those balloon comments as nodes in the network.
Syntax
[DefaultValue(true)]
[Description("whether to add comments as separate ForceDirectedVertexs to the Network")]
public bool Comments {get; set;}

Property Value

The default value is true
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members