Occurs when the user performs a touch gesture on the map.
Syntax
Event Data
The event handler receives an argument of type Map.MapGestureEventArgs containing data related to this event. The following Map.MapGestureEventArgs properties provide information specific to this event.
Property | Description |
---|
Gesture | Gets the gesture type. |
Handled | Gets whether this event should continue to bubble. |
MapPoint | Gets the location on the map where the event was raised |
Scale | Gets the delta scale. |
Translate | Gets the delta translation. |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also