MapElementPointerEnteredEventArgs.MapElement Property

Definition

Gets the map element that correspond to where the MapControl received user input.

MapElement MapElement();
public MapElement MapElement { get; }
var mapElement = mapElementPointerEnteredEventArgs.mapElement;
Public ReadOnly Property MapElement As MapElement

Property Value

The map element that correspond to where the MapControl received user input.

Applies to