Search
TabbedDiagramView.document Property
See Also
 





Gets or sets the diagram document displayed by this view.

Namespace: MindFusion.Diagramming.Controls
File: TabbedDiagramView.js

 Syntax

JavaScript  Copy Code

get document() {}
set document(value) {}

 Property Value

DiagramDocument

The DiagramDocument instance displayed by this view.

 See Also