GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoSimpleNode Class
/ Text Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoSimpleNode Class
GoSimpleNode Members