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

    Property Value

    By default this value is false;
    See Also