Search
TabbedDiagramView.Document Property
See Also
 





Gets or sets the DiagramDocument object displayed by this view.

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

 Syntax

C#  Copy Code

public DiagramDocument Document { get; set; }

Visual Basic  Copy Code

Public Property Document As DiagramDocument

 Property Value

 See Also