GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / SetsPortSpots Property
In This Topic
    SetsPortSpots Property (GoLayoutForceDirected)
    In This Topic
    Gets or sets whether the Northwoods.Go.GoPort.Northwoods.Go.GoPort.FromSpot and Northwoods.Go.GoPort.ToSpot of every single-port node should be set to GoObject.NoSpot.
    Syntax
    [DefaultValue(true)]
    [Description("whether to set GoPort.FromSpot and GoPort.ToSpot to GoObject.NoSpot")]
    public virtual bool SetsPortSpots {get; set;}

    Property Value

    The default value is true
    See Also