GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoLabeledPart Interface / Text Property
In This Topic
    Text Property (IGoLabeledPart)
    In This Topic
    Gets a text string for this GoObject.
    Syntax
    string Text {get;}

    Property Value

    This may return null.
    Remarks
    For IGoLabeledNodes, this is normally implemented to return the IGoLabeledNode.Label's GoText.Text value. You may wish to implement this differently if there is no label but there is a string naturally associated with the object, or if the desired string might be different than the label's text string.
    See Also