GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / ForwardsOnly Property
In This Topic
    ForwardsOnly Property
    In This Topic
    Gets or sets whether users must draw their new links starting at the "from" port and going to the "to" port.
    Syntax
    public virtual bool ForwardsOnly {get; set;}

    Property Value

    This value defaults to false, which will allow users to draw links "backwards".
    See Also