GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / ClearsLinksWhenRemoved Property
In This Topic
    ClearsLinksWhenRemoved Property
    In This Topic
    Gets or sets whether this port calls ClearLinks when it is removed from a GoLayer (i.e., from a document, normally).
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether removing a port from its document causes its attached links to be removed too.")]
    public virtual bool ClearsLinksWhenRemoved {get; set;}

    Property Value

    This defaults to true.
    See Also