Search
TabbedDiagramView.Diagram Property
See Also
 





Gets or sets the Diagram object displayed by this view.

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

 Syntax

C#  Copy Code

public new Diagram Diagram { get; set; }

Visual Basic  Copy Code

Public Shadows Property Diagram As Diagram

 Property Value

 See Also