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

    Property Value

    The default value is 10. The value should be non-negative.
    Remarks
    This inherited property is initialized in the InitializeTreeNodeValues method. This property is only used when the BreadthLimit is positive, and some initial space needs to be reserved in each row of nodes for the links that are routed around those rows.
    See Also