Northwoods.Go Assembly > Northwoods.Go Namespace : GoLabeledLink Class |
'Declaration <SerializableAttribute()> Public Class GoLabeledLink Inherits GoGroup Implements IGoCollection, IGoGraphPart, IGoIdentifiablePart, IGoLink, IGoRoutable
[SerializableAttribute()] public class GoLabeledLink : GoGroup, IGoCollection, IGoGraphPart, IGoIdentifiablePart, IGoLink, IGoRoutable
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.
System.Object
Northwoods.Go.GoObject
Northwoods.Go.GoGroup
Northwoods.Go.GoLabeledLink
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