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.
See Also