GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / ToLabelCentered Property
In This Topic
    ToLabelCentered Property
    In This Topic
    Gets or sets whether the label at the end 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 destination end of the link is positioned on top of the stroke")]
    public virtual bool ToLabelCentered {get; set;}

    Property Value

    By default this value is false;
    See Also