GoXam for WPF v3
ArrangementSpacing Property (ForceDirectedLayout)
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : ArrangementSpacing Property
Gets or sets the space between which ArrangeConnectedGraphs will position the connected graphs that together compose the network.
Syntax
public Size ArrangementSpacing {get; set;}

Property Value

This defaults to the Size(100, 100).
Remarks
These distances are used during a clustered layout; afterwards the normal force-directed layout will likely cause the size of any space between connected graphs to change, perhaps considerably.
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members