ExtentChangedType¶
Namespace: ThinkGeo.UI.Android
public enum ExtentChangedType
Inheritance Object → ValueType → Enum → ExtentChangedType
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
None | 0 | Default value for enumeration. |
Pan | 1 | This enumeration item represents panning action for the extent interativeOverlay. |
TrackZoomIn | 2 | This enumeration item represents track zoom in action for the extent interativeOverlay. |
TrackZoomOut | 3 | This enumeration item represents track zoom out action for the extent interativeOverlay. |
DoubleClickZoomIn | 4 | This enumeration item represents double-click zoom in action for the extent interativeOverlay. |
DoubleClickZoomOut | 5 | This enumeration item represents double-click zoom out action for the extent interativeOverlay. |
MouseWheelZoomIn | 6 | This enumeration item represents mouse wheel zoom in action for the extent interativeOverlay. |
MouseWheelZoomOut | 7 | This enumeration item represents mouse wheel zoom out action for the extent interativeOverlay. |