GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / LinkPointsSpread Property
In This Topic
    LinkPointsSpread Property (GoBoxPort)
    In This Topic
    Gets or sets whether the link points of the links connected to this port 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 default value is false--all of the links connect at the mid-point of each side.
    See Also