ESRI.ArcGIS.ADF.Web
DisplaySettings Class
Members  See Also 
ESRI.ArcGIS.ADF.Web Namespace : DisplaySettings Class




Contains settings for display of a data source on the map.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class DisplaySettings 
Visual Basic (Usage)Copy Code
Dim instance As DisplaySettings
C# 
[SerializableAttribute()]
public class DisplaySettings 

Remarks

The DisplaySettings contains information about how to display a map resource (service) on the map. Usually the DisplaySettings are stored as a string in the page source for the MapResourceManager and typically are defined at design time in Visual Studio by using the resource items editor for the MapResourceManager. The editor stores the display settings as a string. The DisplaySettings object reads this string and parses it into its properties. These settings are then used when the map resources are displayed on a Map control.

The DisplaySettings properties include whether to make the data source Visible on the Map, the percentage Transparency of the data source, the properties of the images requested (ImageDescriptor), and whether to DisplayInTableOfContents.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.DisplaySettings

See Also

© 2010 All Rights Reserved.