Northwoods.GoWPF 2.2.4 Assembly
Overview Class
Members 

The Overview control is a Diagram that tries to display all of the model shown by a different Diagram, with a rectangular box showing the viewport displayed by that other diagram.
Syntax
Remarks
The Overview shows the nodes and links from the Model of the ObservedDiagram. You should set the Observed property after both the Overview and the Diagram have been initialized: this.Loaded += (s,e) => { myOverview.Observed = myDiagram; };
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     Northwoods.GoXam.Diagram
                        Northwoods.GoXam.Overview

Requirements
See Also

Reference

Overview Members
Northwoods.GoXam Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback