GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxNode Class / GoBoxNode Constructor
In This Topic
    GoBoxNode Constructor
    In This Topic
    Construct a GoBoxNode that by default has a body that is a multiline GoText object with a white background.
    Syntax
    public GoBoxNode()
    Remarks
    This calls CreatePort and CreateBody to get initial values for Port and Body.
    See Also