GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / NodeSpacing Property
In This Topic
    NodeSpacing Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the distance between child nodes.
    Syntax
    public float NodeSpacing {get; set;}

    Property Value

    The default value is 20. A negative value causes sibling nodes to overlap.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also