MapDoubleClickMode¶
Namespace: ThinkGeo.UI.Maui
This enumeration specifies the behavior that occurs when double-clicking on the MapControl. The default value is ZoomIn.
public enum MapDoubleClickMode
Inheritance Object → ValueType → Enum → MapDoubleClickMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | Default value (Disabled) of the enumeration. |
ZoomIn | 1 | This enumeration item means that the map will ZoomIn when a double-left-click occurs. |
ZoomOut | 2 | This enumeration item means that the map will ZoomOut when a double-right-click occurs. |
Disabled | 3 | This enumeration item means that the ZoomIn functionality for double-left-clicks will be disabled. |