GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / MidLabelCentered Property
In This Topic
    MidLabelCentered Property
    In This Topic
    Gets or sets whether the label at the middle of the link is positioned on the stroke rather than to the side of the stroke.
    Syntax
    [Category("Labels")]
    [DefaultValue(false)]
    [Description("Whether the label at the middle of the link is positioned on top of the stroke")]
    public virtual bool MidLabelCentered {get; set;}

    Property Value

    By default this value is false;
    See Also