Moves the actual Diagram to this view.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void ActivateView () |
Visual Basic Copy Code |
---|
Public Sub ActivateView () |
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.
WpfDiagram Programmer's Guide | © 2023 MindFusion |