MapMouseWheelMode¶
Namespace: ThinkGeo.Core
This enumeration specifies the behavior that occurs when the mouse wheel is scrolled. The default value is Zooming.
public enum MapMouseWheelMode
Inheritance Object → ValueType → Enum → MapMouseWheelMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | Default value (Zooming) of the enumeration. |
Zooming | 1 | This enumeration item means that the map will ZoomIn or ZoomOut when the mouse wheel is scrolled up or down, respectively. |
Disabled | 2 | This enumeration item means that the mouse wheel will be disabled and will have no effect on the MapControl. |