GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / LayerSpacing Property
In This Topic
    LayerSpacing Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the distance there should be between this node and its layer of children.
    Syntax
    public float LayerSpacing {get; set;}

    Property Value

    The default value is 50. Negative values may cause children to overlap with the parent.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method.
    See Also