Search
IDiagramView.Diagram Property
See Also
 





Gets the Diagram instance displayed by this control.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Diagram Diagram { get; }

Visual Basic  Copy Code

ReadOnly Property Diagram As Diagram

 Property Value

An instance of the Diagram class.

 See Also