GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / CollapsedLabelSpot Property
In This Topic
    CollapsedLabelSpot Property
    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(1)]
    [Description("The spot where the label should be positioned when the node is collapsed")]
    public virtual int CollapsedLabelSpot {get; set;}

    Property Value

    This defaults to GoObject.Middle
    See Also