ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> This enumeration specifies the type of extent change that has occurred when doing interactive actions with InterativeOverlay.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.ExtentChangedType” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.ExtentChangedType</a>
Name | Summary |
---|---|
None | Default value for enumeration. |
Pan | This enumeration item represents panning action for the extent interativeOverlay. |
TrackZoomIn | This enumeration item represents track zoom in action for the extent interativeOverlay. |
TrackZoomOut | This enumeration item represents track zoom out action for the extent interativeOverlay. |
DoubleClickZoomIn | This enumeration item represents double-click zoom in action for the extent interativeOverlay. |
DoubleClickZoomOut | This enumeration item represents double-click zoom out action for the extent interativeOverlay. |
MouseWheelZoomIn | This enumeration item represents mouse wheel zoom in action for the extent interativeOverlay. |
MouseWheelZoomOut | This enumeration item represents mouse wheel zoom out action for the extent interativeOverlay. |