GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / LayerSpacingParentOverlap Property
In This Topic
    LayerSpacingParentOverlap Property (GoLayoutTree)
    In This Topic
    Gets or sets the fraction of the node's depth for which the children's layer starts overlapped with the parent's layer.
    Syntax
    [DefaultValue(0)]
    public float LayerSpacingParentOverlap {get; set;}

    Property Value

    The default value is 0.0 -- there is overlap between layers only if LayerSpacing is negative. A value of 1.0 and a zero LayerSpacing will cause child nodes to completely overlap the parent.
    Remarks

    A value greater than zero may still cause overlap between layers, unless the value of LayerSpacing is large enough. A value of zero might still allow overlap between layers, if LayerSpacing is negative.

    This just gets or sets the RootDefaults's property of the same name.

    See Also