ESRI.ArcGIS.ADF.Web.UI.WebControls
Magnifier Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Magnifier Class


Web control that allows the user to magnify a portion of the Map.

Object Model







Syntax

Visual Basic (Declaration)  
Public Class Magnifier 
   Inherits FloatingPanel
   Implements IBuddyControlSupport 
Visual Basic (Usage) Copy Code
Dim instance As Magnifier
C#  
public class Magnifier : FloatingPanel, IBuddyControlSupport  

Remarks

For more on the Magnifier control, see the discussion at Magnifier control discussion at the EDN website.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CompositeControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CompositeControl
               ESRI.ArcGIS.ADF.Web.UI.WebControls.FloatingPanel
                  ESRI.ArcGIS.ADF.Web.UI.WebControls.Magnifier

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also