Share via


MapElementClickEventArgs.Element Property

Definition

Gets the map element that corresponds to where the map received user input.

public:
 property MapElement ^ Element { MapElement ^ get(); };
MapElement Element();
public MapElement Element { get; }
var mapElement = mapElementClickEventArgs.element;
Public ReadOnly Property Element As MapElement

Property Value

The map element that corresponds to where the map received user input.

Applies to