MindFusion.Wpf Pack Programmer's Guide
Overview Class
Remarks See Also
 





The Overview control provides a scaled-down view of a DiagramView and lets the user scroll or zoom the view using the mouse.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class Overview : Control

Visual Basic  Copy Code

Public Class Overview
    Inherits Control

 Remarks

To specify which DiagramView instance is shown in the overview, set the DiagramView property of the Overview class. The scale in which the overview control paints items is determined by ScaleFactor and ScaleMode properties. FitAll mode makes the whole diagram fit into the control.

 Example

Xaml  Copy Code

<diag:Overview
    x:Name="overview"
    DiagramView="{Binding ElementName=diagramView}"
    DimBrush="Transparent" />

 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
                            MindFusion.Diagramming.Wpf.Overview

 See Also

Overview Members
MindFusion.Diagramming.Wpf Namespace