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