MapElementsLayerPointerExitedEventArgs.MapElement 屬性

定義

取得對應至 MapElementsLayer 接收使用者輸入位置的對應專案。

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

屬性值

對應至 MapElementsLayer 接收使用者輸入位置的 map 元素。

適用於