GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeNode Class / NodeIndent Property
In This Topic
    NodeIndent Property (GoLayoutTreeNode)
    In This Topic
    Gets or sets the distance the first child should be indented.
    Syntax
    public float NodeIndent {get; set;}

    Property Value

    The default value is zero. The value should be non-negative.
    Remarks
    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