GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class
Members
In This Topic
    GoLabeledLink Class
    In This Topic
    This class provides a standard implementation of IGoLink as a GoObject with several other decoration objects.
    Syntax
    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.

    See Also