Skip to content

MapDoubleTapMode

Namespace: ThinkGeo.Core

This enumeration specifies the behavior that occurs when double tap on the MapControl. The default value is ZoomIn.

public enum MapDoubleTapMode

Inheritance ObjectValueTypeEnumMapDoubleTapMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 Default value (ZoomIn) of the enumeration.
ZoomIn 1 This enumeration item means that the map will ZoomIn when a double tap occurs.
Disabled 2 This enumeration item means that the ZoomIn functionality for double tap will be disabled.