GoDiagram Web Reference
Label Property (GoGeneralNodePort)

Gets or sets the text object displays the name of this port.
Syntax
'Declaration
 
Public Overridable Property Label As GoGeneralNodePortLabel
public virtual GoGeneralNodePortLabel Label {get; set;}

Property Value

The new value may be null, to simply remove the label. If non-null, the text object should have the Selectable property set to false.
Remarks
Instead of setting the label after creating a port, you may find it easier to override the CreatePortLabel method.
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

GoGeneralNodePort Class
GoGeneralNodePort Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback