GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBasicNode Class / LabelSpot Property
In This Topic
    LabelSpot Property (GoBasicNode)
    In This Topic
    Gets or sets the spot at which the Label, if any, should be positioned relative to the Shape.
    Syntax
    [Category("Appearance")]
    [DefaultValue(32)]
    [Description("The spot at which any label is positioned relative to the shape")]
    public virtual int LabelSpot {get; set;}
    Remarks
    This calls the virtual method OnLabelSpotChanged to determine how to change all of the parts of the node appropriately.
    See Also