GoXam for WPF v3
ArrangementSpacing Property (ForceDirectedLayout)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
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