Search
Diagram.ScriptHelper Property
See Also
 





Gets a ScriptHelper object which can be used in html scripts to instantiate various objects and to call static methods.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ScriptHelper ScriptHelper { get; }

Visual Basic  Copy Code

Public ReadOnly Property ScriptHelper As ScriptHelper

 Property Value

An instance of the ScriptHelper class.

 See Also