GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / Text Property
In This Topic
    Text Property (GoNode)
    In This Topic
    Get the principal text string associated with a node.
    Syntax
    public virtual string Text {get; set;}

    Property Value

    By default this will just get and set the Label's GoText.Text property. If no such label exists, get returns an empty string and set does nothing.
    Remarks
    This property can be used by code that needs to get some string that may identify this node, albeit not necessarily uniquely and not necessarily visibly.
    See Also