Search
DiagramView.AutoClasses Property
See Also
 





Gets the registered client types with JSON templates.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public Dictionary<string, string> AutoClasses { get; }

Visual Basic  Copy Code

Public ReadOnly Property AutoClasses As Dictionary(Of String, String)

 Property Value

A dictionary containing node templates.

 Remarks

This structure s populated by the RegisterItemType method and is used to transfer templates to client side.

 See Also