Gets a value indicating whether the view hosts the default diagram.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsDefaultDiagram { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsDefaultDiagram As Boolean |
true if Diagram has been created by the DiagramView, false if it is a custom instance.
See Also