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 = 0Default value (ZoomIn) of the enumeration.
Disabled = 2This enumeration item means that the ZoomIn functionality for double tap will be disabled.
ZoomIn = 1This enumeration item means that the map will ZoomIn when a double tap occurs.