GoDiagram Web Reference
Text Property (GoBasicNode)

The text is of course just the Label's text.
Syntax
'Declaration
 
Public Overrides Property Text As String
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoBasicNode Class
GoBasicNode Members
Base Implementation in Text

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback