GoDiagram Web Reference
GoTextNode Constructor(GoFigure)

a GoFigure enumeration value
Create a GoTextNode with four ports and a GoDrawing background, initialized to have the figure fig.
Syntax
'Declaration
 
Public Function New( _
   ByVal fig As GoFigure _
)
public GoTextNode( 
   GoFigure fig
)

Parameters

fig
a GoFigure enumeration value
Remarks
This constructor basically does the following, but more efficiently:
            GoTextNode n = new GoTextNode();
            n.Background = new GoDrawing(fig);
            
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

GoTextNode Class
GoTextNode Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback