GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoBasicNode 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 (GoBasicNode)
In This Topic
The text is of course just the
Label
's text.
Syntax
C#
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
Reference
GoBasicNode Class
GoBasicNode Members