GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraphBase Class
Members
In This Topic
    GoSubGraphBase Class
    In This Topic
    Node classes that expect to hold nodes and links should inherit from this class.
    Syntax
    Remarks
    This base class for GoSubGraph does nothing but support graph traversal and the reparenting of links. Unlike GoSubGraph, it does not support collapse/expand (IGoCollapsible), a Label, a Port, or a drawn border with margins. Instead, if you want to implement your own kinds of subgraphs, this may provide a handy base class without the constraints and assumptions that GoSubGraph was designed for.
    See Also