ESRI.ArcGIS.ADF.Web.DataSources
DisplaySettings Property
See Also 
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 DisplaySettings
Visual Basic (Usage)Copy Code
Dim instance As IMapFunctionality
Dim value As DisplaySettings
 
instance.DisplaySettings = value
 
value = instance.DisplaySettings
C# 
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.

See Also

© 2010 All Rights Reserved.