Search
DiagramView.IsDefaultDiagram Property
See Also
 





Gets a value indicating whether the view hosts the default diagram.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool IsDefaultDiagram { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsDefaultDiagram As Boolean

 Property Value

true if Diagram has been created by the DiagramView, false if it is a custom instance.

 See Also