Search
DiagramView.Diagram Property
See Also
 





Gets the diagram displayed by this view.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public Diagram Diagram { get; set; }

Visual Basic  Copy Code

Public Property Diagram As Diagram

 Property Value

An instance of the Diagram class.

 Remarks

If this property is not set, there is a default Diagram instance created. It is possible to display several views of the same diagram by assigning a shared Diagram object to multiple DiagramView objects.

 See Also