GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxNode Class / Port Property
In This Topic
    Port Property (GoBoxNode)
    In This Topic
    Gets or sets the port for this node.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoPort Port {get; set;}

    Property Value

    The new value may be null, to simply remove the port. If non-null, the port should have the Selectable property set to false.
    Remarks
    Instead of setting the port after creating a node, you may find it easier to override the CreatePort method.
    See Also