GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxNode Class / LinkPointsSpread Property
In This Topic
    LinkPointsSpread Property (GoBoxNode)
    In This Topic
    Gets or sets whether the link points of the links connected to this node's GoBoxPort are spread evenly along the side of the port, or if they are all at the mid-point of the side.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the link points are distributed evenly along each side")]
    public virtual bool LinkPointsSpread {get; set;}

    Property Value

    The value actually comes from the Port, which is normally a GoBoxPort.
    See Also