GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / InfinityDistance Property
In This Topic
    InfinityDistance Property
    In This Topic
    Gets or sets a threshold for the distance beyond which the electrical charge forces may be ignored.
    Syntax
    [DefaultValue(1000)]
    [Description("nodes farther than approximately this far apart might have no electrical charge force on each other")]
    public float InfinityDistance {get; set;}
    See Also