MindFusion.Wpf Pack Programmer's Guide
IItemFactory.TypeTable Property
See Also
 





Gets the table with all registered classes.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

Hashtable TypeTable { get; }

Visual Basic  Copy Code

ReadOnly Property TypeTable As Hashtable

 Property Value

An instance of the .NET Hashtable class that represents a map between the class string identifiers and the corresponding registered classes.

 See Also

IItemFactory Members
IItemFactory Interface
MindFusion.Diagramming.Wpf Namespace