Search
Interaction.View Property
See Also
 





Gets the DiagramView that is associated with this Interaction object.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramView View { get; }

Visual Basic  Copy Code

Public ReadOnly Property View As DiagramView

 Property Value

 See Also