Search
DiagramView.ActivateView Method
See Also
 





Moves the actual Diagram to this view.

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

 Syntax

C#  Copy Code

public void ActivateView ()

Visual Basic  Copy Code

Public Sub ActivateView ()

 Remarks

In WPF, a Diagram instance can be a child in the visual tree of only one control. Other views displaying the same diagram contain Rectangle objects that render the diagram through a VisualBrush. In order to receive input events from the diagram, a view must be activated either by the user clicking it, or through this method.

 See Also