GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNodePortLabel Class / Port Property
In This Topic
    Port Property (GoGeneralNodePortLabel)
    In This Topic
    Gets or sets the port corresponding to this label.
    Syntax
    public GoGeneralNodePort Port {get; set;}
    Remarks
    Setting this does not cause any Change notifications. This is normally set only by GoGeneralNode.MakePort and by the GoGeneralNodePort.Label setter.
    See Also