Northwoods.GoWPF 1.3.5 Assembly
Overview Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : Overview Class

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

Visual Basic (Declaration) 
Public Class Overview 
   Inherits Diagram
   Implements ISupportInitializeIFrameworkInputElementIInputElementIQueryAmbientIAnimatable 

Remarks

The Overview shows the nodes and links from the Diagram.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

© 2012 All Rights Reserved.