| Name | Description |
 | AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
 | AppRelativeTemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
 | Attributes | (Inherited from System.Web.UI.WebControls.WebControl) |
 | BackColor | (Inherited from System.Web.UI.WebControls.WebControl) |
 | BorderColor | (Inherited from System.Web.UI.WebControls.WebControl) |
 | BorderStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
 | BorderWidth | (Inherited from System.Web.UI.WebControls.WebControl) |
 | CallbackResults | A collection of CallbackResult objects for passing information from the server to the client during a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl) |
 | ClientID | (Inherited from System.Web.UI.Control) |
 | ClientIDMode | (Inherited from System.Web.UI.Control) |
 | ClientToolGraphicsColor | The color of the box drawn on the Map/PageLayout control display while using the DragRectangle or PageDragRectangle Client Action tools (while zooming in/out, for example). (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CartoDisplay) |
 | ClientToolGraphicsWidth | Line width of shapes dragged on the PageLayout/Map controls while using a Tool. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.CartoDisplay) |
 | Controls | (Inherited from System.Web.UI.Control) |
 | ControlStyle | (Inherited from System.Web.UI.WebControls.WebControl) |
 | ControlStyleCreated | (Inherited from System.Web.UI.WebControls.WebControl) |
 | CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
 | CurrentToolItem | The current tool item active on the map. |
 | EnableContinuousCallback | Whether images will be fetched continuously during panning of the map or only when panning is complete. |
 | Enabled | (Inherited from System.Web.UI.WebControls.WebControl) |
 | EnableMapHandler | When true avoids page lifecycle for dynamic image requests by using a dedicated HTTP MapHandler. |
 | EnableProgressBar | Enables or disables the map's progressbar |
 | EnableTheming | (Inherited from System.Web.UI.Control) |
 | EnableTileCaching | Whether tiles that have been retrieved during panning of the map will be cached until the scale is changed. |
 | EnableViewState | (Inherited from System.Web.UI.Control) |
 | EnableZoomAnimation | Whether animation will happen for fixed zoom operations. |
 | Extent | The current extent of the map. |
 | Font | (Inherited from System.Web.UI.WebControls.WebControl) |
 | ForeColor | (Inherited from System.Web.UI.WebControls.WebControl) |
 | HasAttributes | (Inherited from System.Web.UI.WebControls.WebControl) |
 | Height | (Inherited from System.Web.UI.WebControls.WebControl) |
 | ID | (Inherited from System.Web.UI.Control) |
 | ImageBlendingMode | Whether images will be blended on the web server or on the browser. |
 | ImageFormat | Overridden. Whether the Web application will send map images to the browser as a stream of bytes if possible, or if false, as an image file. |
 | InitialExtent | Overridden. The initial extent at which the Map first renders. |
 | InitializedFunctionalities | Whether the functionalities and resources that the map uses have been initialized. |
 | InitializedTileFunctionalities | Whether the Map control's tile functionalities have been initialized. |
 | IsAsync | Returns true if this control is in a partial postback or a callback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl) |
 | Level | Level of detail when the map is working with a cached resource. |
 | MapResourceManager | The ID of the MapResourceManager whose resources will be displayed on the map. |
 | MapResourceManagerInstance | The instance of the MapResourceManager whose resources will be displayed on the map. |
 | NamingContainer | (Inherited from System.Web.UI.Control) |
 | OutputDirectory | The path to the directory where any output images will be written. |
 | Page | (Inherited from System.Web.UI.Control) |
 | Parent | (Inherited from System.Web.UI.Control) |
 | PreferredTileHeight | The preferred tile height to request if the resources are not bound to a tile caching scheme. |
 | PreferredTileWidth | The preferred tile width to request if the resources are not bound to a tile caching scheme. |
 | PrimaryMapResource | The primary MapResource whose properties other MapResources will adhere to for blending to take place. |
 | PrimaryMapResourceInstance | Gets the instance of the Primary Map Resource specified in the PrimaryMapResource Property. |
 | RenderingCompatibility | (Inherited from System.Web.UI.Control) |
 | Rotation | The rotation of the map in degrees. |
 | Scale | Gets the scale of the current map. |
 | ScrollWheelZoom | Whether the map can be zoomed using the mouse scroll wheel. |
 | ScrollWheelZoomDirection | Sets the direction of zoom the mouse wheel. |
 | Site | (Inherited from System.Web.UI.Control) |
 | SkinID | (Inherited from System.Web.UI.Control) |
 | SpatialReference | Properties of the spatial reference in which the MapResources will be displayed. |
 | Style | (Inherited from System.Web.UI.WebControls.WebControl) |
 | SupportsDisabledAttribute | (Inherited from System.Web.UI.WebControls.WebControl) |
 | TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
 | TemplateControl | (Inherited from System.Web.UI.Control) |
 | TemplateSourceDirectory | (Inherited from System.Web.UI.Control) |
 | TilingScheme | Use GetTilingScheme(string resourceName) to get the tilingscheme for the specific resource. The TilingScheme for a specific resource can be null whereas Map.TilingScheme would never be null after the map has been initialized. If you were using Map.TilingScheme.ViewWidth, use Map.ViewWidth directly instead. |
 | ToolItems | Map Tool Item collection. |
 | ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
 | UniqueID | (Inherited from System.Web.UI.Control) |
 | UseDefaultWebResources | If true, the control will use the internal web resources within the assemblies of the Web ADF. If false, the control uses the resources at WebResourceLocation. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl) |
 | UseMimeData | Overridden. The format of the image generated by the control in web-tier blending scenarios. |
 | ViewHeight | Gets the client height of the map in pixels, or -1 if unknown. |
 | ViewStateMode | (Inherited from System.Web.UI.Control) |
 | ViewWidth | Gets the client width of the map in pixels, or -1 if unknown. |
 | VirtualDirectory | The path to the virtual directory in which images can be written, for example, ~/output/. Output directory must exist on disk at the location the virtual directory maps to. |
 | Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from Control.) |
 | WebResourceLocation | The location of the web resources used by the ADF Web control if UseDefaultWebResrouces is false. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl) |
 | Width | (Inherited from System.Web.UI.WebControls.WebControl) |