Enum MapDoubleTapMode
This enumeration specifies the behavior that occurs when double tap on the MapControl. The default value is ZoomIn.
public enum MapDoubleTapMode
Fields
Default = 0
Default value (ZoomIn) of the enumeration.
Disabled = 2
This enumeration item means that the ZoomIn functionality for double tap will be disabled.
ZoomIn = 1
This enumeration item means that the map will ZoomIn when a double tap occurs.