Usages of ItemModelManager
Properties
| edgeLabelManager | in GraphModelManager | Provides access to the ItemModelManager<T> which handles the ILabels at edges. | |
| edgeManager | in GraphModelManager | Provides access to the ItemModelManager<T> which handles the IEdges. | |
| nodeLabelManager | in GraphModelManager | Provides access to the ItemModelManager<T> which handles the ILabels at nodes. | |
| nodeManager | in GraphModelManager | Provides access to the ItemModelManager<T> which handles the INodes. | |
| portLabelManager | in GraphModelManager | Provides access to the ItemModelManager<T> which handles the ILabels at ports. | |
| portManager | in GraphModelManager | Provides access to the ItemModelManager<T> which handles the IPorts. |
Method Return Values
Extending Types
| CollectionModelManager | An ItemModelManager<T> that automatically installs and removes visual representations of items in a IObservableCollection<T> into or from the canvas. |