GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNodePort Class / Label Property
In This Topic
    Label Property (GoGeneralNodePort)
    In This Topic
    Gets or sets the text object displays the name of this port.
    Syntax
    public virtual GoGeneralNodePortLabel Label {get; set;}

    Property Value

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