MindFusion.Wpf Pack Programmer's Guide
DiagramView.Diagram Property
See Also
 





Gets or sets the Diagram displayed by this view.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

It is possible to display several views of the same diagram by assigning a shared Diagram object to multiple DiagramView objects.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace