MapElementPointerEnteredEventArgs.MapElement 属性

定义

获取对应于 MapControl 接收用户输入的位置的 map 元素。

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

属性值

对应于 MapControl 接收用户输入的位置的 map 元素。

适用于