GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / RealLink Property
In This Topic
    RealLink Property
    In This Topic
    Gets or sets the GoLink object in this group.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [Description("The GoLink object in this group.")]
    public virtual GoLink RealLink {get; set;}
    Remarks
    GoLabeledLink delegates more of the IGoLink interface to the value of this property. The real link also gets the selection handles when this labeled link is selected. Setting this property removes any previous RealLink value, and then adds the new value to this group.
    See Also