Contains the main UI classes that can be used to display
IGraph
instances.
The main control featured by this namespace is
GraphControl
which is
a specialization of
CanvasControl
.
Classes
| Class | Description | |
|---|---|---|
| GraphControl |
A control for displaying and editing an IGraph.
| |
| GraphOverviewControl |
Convenience control implementation that shows an overview of an IGraph contained in another
GraphControl.
| |
| HierarchyTreeView<(Of <(<'T>)>)> |
Utility class that helps in visualizing an IHierarchy<(Of <(<'T>)>)>
in a TreeView's TreeNodeCollection.
|