Search
Overview Class
Remarks See Also
 






Provides a scaled-down view of a Diagram contents and allows scrolling and zooming the diagram with the mouse.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class Overview : Grid

Visual Basic  Copy Code

Public Class Overview
    Inherits Grid

 Remarks

To specify which Diagram instance is shown in the overview, set the Document property.

The scale in which the overview control paints items is determined by ScaleFactor and FitAll. FitAll makes the whole diagram fit into the control.

 Inheritance Hierarchy

System.Object
    Windows.UI.Xaml.DependencyObject
        Windows.UI.Xaml.UIElement
            Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Panel
                    Windows.UI.Xaml.Controls.Grid
                        MindFusion.Diagramming.Overview

 See Also