Northwoods.GoSilverlight 1.2.2 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
C# 
public class Overview : Diagram 

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.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Northwoods.GoXam.Diagram
                  Northwoods.GoXam.Overview

Requirements

See Also

© 2010 All Rights Reserved.