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
C# Copy Code |
---|
public class Overview : WebControl |
Visual Basic Copy Code |
---|
Public Class Overview |
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.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
MindFusion.Diagramming.WebForms.Overview