Skip to content

ExtentChangedType

Namespace: ThinkGeo.Core

This enumeration specifies the type of extent change that has occurred when doing interactive actions with InterativeOverlay.

public enum ExtentChangedType

Inheritance ObjectValueTypeEnumExtentChangedType
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.
Rotate 3 This enumeration item represents rotate 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.