GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / NodeIndentPastParent Property
In This Topic
    NodeIndentPastParent Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets whether the first child should be indented past the parent node's breadth.
    Syntax
    public float NodeIndentPastParent {get; set;}

    Property Value

    The default value is 0.0 -- the only start or end spacing is provided by NodeIndent.
    Remarks
    Values must range from 0.0 to 1.0, where 1.0 means the full breadth of this node. This inherited property is initialized in the InitializeTreeNodeValues method. This property is only sensible when the Alignment is GoLayoutTreeAlignment.Start or GoLayoutTreeAlignment.End.
    See Also