MapElementClickEventArgs.Element 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 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.