GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoIconicNode Class / Port Property
In This Topic
    Port Property (GoIconicNode)
    In This Topic
    Gets or sets the only port of this node, a GoPort.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoPort Port {get; set;}
    Remarks
    Setting this property to a new port will also set that port's GoPort.PortObject to be this node, if it didn't already have a GoPort.PortObject. You might want to override the CreatePort method if you want to create a different kind of GoPort when constructing this kind of node.
    See Also