GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / IsFixed Method
In This Topic
    IsFixed Method (GoLayoutForceDirected)
    In This Topic
    This predicate returns true if the node should not be moved by the layout algorithm but still have an effect on nearby and connected nodes. The default implementation returns GoLayoutForceDirectedNode.IsFixed.
    Syntax
    protected virtual bool IsFixed( 
       GoLayoutForceDirectedNode node
    )

    Parameters

    node

    Return Value

    Returns true if node should not be moved by the layout algorithm
    See Also