GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoLabeledNode Interface / Label Property
In This Topic
    Label Property (IGoLabeledNode)
    In This Topic
    Gets a GoText representing an object's label.
    Syntax
    GoText Label {get;}
    Remarks
    This property is typically used by an implementation of the IGoLabeledPart's IGoLabeledPart.Text property. Normally the F2 key will invoke GoView.EditEdit to start the user's in-place editing of this text label.
    See Also