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