Search
LayerListView.Diagram Property
See Also
 





Gets or sets the diagram this control is associated with.

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

 Syntax

C#  Copy Code

public Diagram Diagram { get; set; }

Visual Basic  Copy Code

Public Property Diagram As Diagram

 Property Value

A Diagram object.

 See Also