GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / LinkMinLength Method
In This Topic
    LinkMinLength Method
    In This Topic
    The function LinkMinLength returns the minimum length of the link represented by the GoLayoutLayeredDigraphLink link. The default implementation gives multi-links a minimum length of 2, and all other links a minimum length of 1. This function can be overridden to provide "fine-tuning" of the layout.
    Syntax
    protected virtual int LinkMinLength( 
       GoLayoutLayeredDigraphLink link
    )

    Parameters

    link

    Return Value

    Returns the minimum length of the link represented by link
    See Also