GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / ArrangementSpacing Property
In This Topic
    ArrangementSpacing Property (GoLayoutForceDirected)
    In This Topic
    Gets or sets the space between which ArrangeConnectedGraphs will position the connected graphs that together compose the network.
    Syntax
    public SizeF ArrangementSpacing {get; set;}

    Property Value

    This defaults to the SizeF(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