GoXam for WPF v3
Overview Class
Members 
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.
Object Model
Overview ClassNode ClassClickCreatingTool ClassClickSelectingTool ClassCommandHandler ClassIDiagramTool InterfaceIDiagramTool InterfaceDraggingTool ClassDragSelectingTool ClassDragZoomingTool ClassGridPattern ClassSpot StructureDataTemplateDictionary ClassSpot StructureSpot StructureIDiagramLayout InterfaceLayoutManager ClassLinkingTool ClassLinkReshapingTool ClassDataTemplateDictionary ClassIDiagramModel InterfaceDataTemplateDictionary ClassDiagram ClassDiagramPanel ClassPanningTool ClassPartManager ClassPartsModel ClassPrintManager ClassRelinkingTool ClassResizingTool ClassRotatingTool ClassGroup ClassLink ClassNode ClassPart ClassTextEditingTool Class
Syntax
[ContentProperty("InitialParts")]
[TemplatePart(Name="Panel", Type=Northwoods.GoXam.DiagramPanel)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class Overview : Diagram 
Remarks
The Overview shows the nodes and links from the Model of the Observed Diagram. 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

See Also

Reference

Overview Members
Northwoods.GoXam Namespace