GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / ToLabel Property
In This Topic
    ToLabel Property
    In This Topic
    Gets or sets the label object associated with the destination end of the link.
    Syntax
    [Category("Labels")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [Description("The label object associated with the destination end of the link.")]
    public virtual GoObject ToLabel {get; set;}
    Remarks
    Setting this property removes any previous ToLabel value, and then adds the new value to this group. The label is positioned by LayoutChildren.
    See Also