Search
TabbedDiagramView Constructor (String)
See Also
 





Creates an instance of TabbedDiagramView.

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

 Syntax

C#  Copy Code

public TabbedDiagramView (
    string id
)

Visual Basic  Copy Code

Public New ( _
    id As String _
)

 Parameters

id

The Id of the TabbedDiagramView

 See Also