ArcGIS API for Silverlight - Library Reference
MapGesture Event
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class : MapGesture Event

Occurs when the user performs a touch gesture on the map.

Syntax

Visual Basic (Declaration) 
Public Event MapGesture As EventHandler(Of Map.MapGestureEventArgs)
C# 
public event EventHandler<Map.MapGestureEventArgs> MapGesture

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.

PropertyDescription
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

See Also

© ESRI, Inc. All Rights Reserved.