GoDiagram Web Reference
GoLabeledLink Class
Members 

This class provides a standard implementation of IGoLink as a GoObject with several other decoration objects.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoLabeledLink 
   Inherits GoGroup
   Implements IGoCollectionIGoGraphPartIGoIdentifiablePartIGoLinkIGoRoutable 
Remarks

The RealLink property is the actual GoLink that this group uses to implement the link. If you want to specify any arrow or highlighting or stroke point information, you should do so on the RealLink rather than on this class. However, for your convenience, many of the GoLink properties are available here, delegated to the RealLink.

The labels, MidLabel, FromLabel, and ToLabel, are normally either null or instances of GoText. However, they can be other objects, including ports or groups of objects. Nevertheless, GoLabeledLink does not support link labels that are links. Nor may this link's ports be or be part of any of its own labels.

Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoObject
      Northwoods.GoWeb.GoGroup
         Northwoods.GoWeb.GoLabeledLink

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

GoLabeledLink Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback