This namespace contains utilities for displaying trees.
Classes
Class | Description | |
---|---|---|
TreeLayoutModel<(Of <(<'TNode>)>)> |
Stores the information used to display a tree.
| |
TreeLayoutTransformer<(Of <(<'TNode>)>)> |
This class generates a tree layout layout based on a tree model.
|
Interfaces
Interface | Description | |
---|---|---|
ITreeCanvas<(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.