GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / Relinkable Property
In This Topic
    Relinkable Property (GoLink)
    In This Topic
    Gets or sets whether the user may reconnect this link to another port.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the user may reconnect this link to another port.")]
    public virtual bool Relinkable {get; set;}

    Property Value

    This defaults to true.
    See Also