The Icon property has been marked as obsolete, as it is not used by the ArcGIS Explorer application.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
[ObsoleteAttribute("The Icon property has been marked as obsolete, as it is not used by the ArcGIS Explorer application.")]
public Image Icon { get; }
Visual Basic (Declaration)
<ObsoleteAttribute("The Icon property has been marked as obsolete, as it is not used by the ArcGIS Explorer application.")> _
Public ReadOnly Property Icon As Image

Field Value

nullNothingnullptra null reference (Nothing in Visual Basic). Obsolete.

Remarks

The icon shown at the top left of a popup window is taken from the MapItem.Icon property.

See Also