ASP.NET Pack Programmer's Guide
Overview Class
Remarks See Also
 





Provides a scaled-down view of a DiagramView content and lets the user scroll the bound view.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public class Overview : WebControl

Visual Basic  Copy Code

Public Class Overview
    Inherits WebControl

 Remarks

In order to enable interaction with the Overview control when ClientSideMode is set to ImageMap, bind an OverviewExtender to it. To specify which DiagramView instance should be shown in the overview, set the DiagramViewID property.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.Diagramming.WebForms.Overview

 See Also

Overview Members
MindFusion.Diagramming.WebForms Namespace