Search
TabbedDiagramView Constructor (String, DiagramDocument)
See Also
 





Creates an instance of TabbedDiagramView.

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

 Syntax

C#  Copy Code

public TabbedDiagramView (
    string id,
    DiagramDocument document
)

Visual Basic  Copy Code

Public New ( _
    id As String, _
    document As DiagramDocument _
)

 Parameters

id

The Id of the TabbedDiagramView

document

The DiagramDocument displayed by the view

 See Also