Gets or sets a string to describe the Map.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public string Description { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Description As String |
Field Value
A description of the Map.Remarks
The Map description can be displayed in a popup window when a new Map is loaded. Users can specify this option using the Map properties dialog in the application.
Although the property is a string, you can populate it with HTML or XML and the description will display in a popup window as though you are viewing markup in a web browser. The application automatically detects if the description contains valid markup, and if not, simply displays the specified string.