GoXam for WPF v3
ArrangesToOrigin Property
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : ArrangesToOrigin Property
Gets or sets whether LayoutNodes should move all of the nodes so that the nodes all fit with the top-left corner at the ArrangementOrigin.
Syntax
public bool ArrangesToOrigin {get; set;}

Property Value

By default this is false -- the ArrangementOrigin is ignored. When this is true, nodes are moved even though IsFixed was true.
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members