[]
Configurates MaxDepth. Sets the maximum number of node levels to show in the current view.
public TreeMapBuilder<T> MaxDepth(int value)
Type | Name | Description |
---|---|---|
int | value | The value. |
Type | Description |
---|---|
TreeMapBuilder<T> | Current builder. |
Levels will be flattened into the current plane. If your TreeMap<T> has more levels than this, you will have to go up or down to see them.