GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / Text Property
In This Topic
    Text Property (GoSimpleNode)
    In This Topic
    When this node's Text string changes, be sure to update the label's text.
    Syntax
    public override string Text {get; set;}
    Remarks
    This has a Text string that is normally the same as the Label's text string, but the Label might not exist or might show a different string.
    See Also