Search
BehaviorBase.Diagram Property
See Also
 





Gets a reference to the Diagram instance this behavior is associated with.

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

 Syntax

C#  Copy Code

protected Diagram Diagram { get; }

Visual Basic  Copy Code

Protected ReadOnly Property Diagram As Diagram

 Property Value

An instance of the Diagram class that represents the component, this Behavior is associated with.

 See Also