GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / GoLabeledLink Constructor
In This Topic
    GoLabeledLink Constructor
    In This Topic
    The constructor produces a link with no labels that is connected to no ports, and is not movable by the user.
    Syntax
    public GoLabeledLink()
    Remarks
    This calls CreateRealLink, makes sure the resulting link is not selectable, and assigns it to RealLink.
    See Also