GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / GoMultiTextNode Constructor
In This Topic
    GoMultiTextNode Constructor
    In This Topic
    Create an empty-lookng node, containing no items and only the top and bottom ports.
    Syntax
    public GoMultiTextNode()
    Remarks
    The LinePen and BorderPen properties default to black pens. This constructs a GoListGroup as the initial value for ListGroup. This calls CreateEndPort to get initial values for both TopPort and BottomPort.
    See Also