GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / LabelSpot Property
In This Topic
    LabelSpot Property (GoSubGraph)
    In This Topic
    Gets or sets the spot at which the label, if any, should be positioned relative to the rest of the node.
    Syntax
    [Category("Appearance")]
    [DefaultValue(32)]
    [Description("The spot where the label should be positioned")]
    public virtual int LabelSpot {get; set;}

    Property Value

    This defaults to GoObject.MiddleTop
    See Also