MapElementPointerExitedEventArgs.MapElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the map element that correspond to where the MapControl received user input.
MapElement MapElement();
public MapElement MapElement { get; }
var mapElement = mapElementPointerExitedEventArgs.mapElement;
Public ReadOnly Property MapElement As MapElement
Property Value
The map element that correspond to where the MapControl received user input.