GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTree Class / NodeIndentPastParent Property
In This Topic
    NodeIndentPastParent Property (GoLayoutTree)
    In This Topic
    Gets or sets the fraction of this node's breadth is added to NodeIndent to determine any spacing at the start of the children.
    Syntax
    [DefaultValue(0)]
    public float NodeIndentPastParent {get; set;}

    Property Value

    The default value is 0.0 -- the only indentation is specified by NodeIndent. When the value is 1.0, the children will be indented past the breadth of the parent node.
    Remarks

    This property is only sensible when the Alignment is GoLayoutTreeAlignment.Start or GoLayoutTreeAlignment.End.

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

    See Also