GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / GoTextNode Constructor / GoTextNode Constructor()
In This Topic
    GoTextNode Constructor()
    In This Topic
    Create a GoTextNode displaying an empty text string with a rectangular background and a port at each side.
    Syntax
    public GoTextNode()
    Remarks
    This calls CreateBackground, CreateLabel, and CreatePort for each of the four Middle... spots, to get initial values for Background, Label, TopPort, RightPort, BottomPort, and LeftPort.
    See Also