MapElementsLayerPointerExitedEventArgs
MapElementsLayerPointerExitedEventArgs
MapElementsLayerPointerExitedEventArgs
MapElementsLayerPointerExitedEventArgs
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides data for the MapElementPointerExited event.
public : sealed class MapElementsLayerPointerExitedEventArgs : IMapElementsLayerPointerExitedEventArgspublic sealed class MapElementsLayerPointerExitedEventArgs : IMapElementsLayerPointerExitedEventArgsPublic NotInheritable Class MapElementsLayerPointerExitedEventArgs Implements IMapElementsLayerPointerExitedEventArgs// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Constructors
MapElementsLayerPointerExitedEventArgs() MapElementsLayerPointerExitedEventArgs() MapElementsLayerPointerExitedEventArgs() MapElementsLayerPointerExitedEventArgs()
Prerelease. Initializes a new instance of the MapElementsLayerPointerExitedEventArgs class.
public : MapElementsLayerPointerExitedEventArgs()public MapElementsLayerPointerExitedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
Location Location Location Location
Prerelease. Gets the geographic location that corresponds to where the MapElementsLayer received user input.
public : Geopoint Location { get; }public Geopoint Location { get; }Public ReadOnly Property Location As Geopoint// This API is not available in Javascript.
The geographic location that corresponds to where the MapElementsLayer received user input.
MapElement MapElement MapElement MapElement
Prerelease. Gets the map element that correspond to where the MapElementsLayer received user input.
public : MapElement MapElement { get; }public MapElement MapElement { get; }Public ReadOnly Property MapElement As MapElement// This API is not available in Javascript.
The map element that correspond to where the MapElementsLayer received user input.
Position Position Position Position
Prerelease. Gets the physical position on the MapElementsLayer where it received user input.
public : Point Position { get; }public Point Position { get; }Public ReadOnly Property Position As Point// This API is not available in Javascript.
The physical position on the MapElementsLayer where it received user input, in terms of X and Y coordinates.