Search
DiagramView.AutoClasses Property
See Also
 





Gets the registered client types with JSON templates.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 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 registered JSON templates for automatic client-side node types.

 See Also