Make this view contain the real Diagram. A Diagram instance can be a child of only one view, other views contain dumb objects that only look like the diagram. In order to receive events a view must be activated
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void ActivateView () |
Visual Basic
Copy Code
|
|---|
Public Sub ActivateView () |
See Also