DiagramLite Programmer's Guide
Overview Class
Remarks See Also
 





The Overview control 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.Silverlight

 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 of the Overview class. 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
    System.Windows.DependencyObject
        System.Windows.UIElement
            System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                    System.Windows.Controls.Grid
                        MindFusion.Diagramming.Overview

 See Also

Overview Members
MindFusion.Diagramming Namespace