GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBasicNode Class / Text Property
In This Topic
    Text Property (GoBasicNode)
    In This Topic
    The text is of course just the Label's text.
    Syntax
    public override string Text {get; set;}
    Remarks
    If there is no Label, the value is an empty string. Setting this property will create and position the label, if needed. Setting it to a null value will remove the text label from this node.
    See Also