ESRI.ArcGIS.ADF.Web.DataSources
DisplaySettings Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IMapFunctionality Interface : DisplaySettings Property




Settings the map uses for display, such as size of the map, image format and visibility.

Syntax

Visual Basic (Declaration) 
Property DisplaySettings As ESRI.ArcGIS.ADF.Web.DisplaySettings
Visual Basic (Usage)Copy Code
Dim instance As IMapFunctionality
Dim value As ESRI.ArcGIS.ADF.Web.DisplaySettings
 
instance.DisplaySettings = value
 
value = instance.DisplaySettings
C# 
ESRI.ArcGIS.ADF.Web.DisplaySettings DisplaySettings {get; set;}

Example

This property contains a ESRI.ArcGIS.ADF.Web.DisplaySettings object that controls how the map resource is drawn. These settings include whether the map is visible in the Map control, its transparency, and whether to include in the TOC control, if one is available. The DisplaySettings also has an ImageDescriptor property, which in turn controls the map height, width, background transparency, DPI, data format (MIME or image), and image format.

Most of these properties can be set at design time with the map resource properties dialog for the MapResourceManager, or with properties directly on the Map control.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.