This namespace contains utilities for displaying trees.

Classes

  ClassDescription
Public classTreeLayoutModel<(Of <(<'TNode>)>)>
Stores the information used to display a tree.
Public classTreeLayoutTransformer<(Of <(<'TNode>)>)>
This class generates a tree layout layout based on a tree model.

Interfaces

  InterfaceDescription
Public interfaceITreeCanvas<(Of <(<'TNode>)>)>
This interface represents the drawing area that the tree is drawn on.

Remarks

This namespace contains types for displaying a tree.

A TreeLayoutTransformer<(Of <(<'TNode>)>)> instance can create an appropriate tree layout for a given tree data model.