ExtentChangedType¶
Namespace: ThinkGeo.UI.Wpf
This enumeration specifies the type of extent change that has occurred when doing interactive actions with InteractiveOverlay.
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 interactiveOverlay. |
TrackZoomIn | 2 | This enumeration item represents track zoom in action for the extent interactiveOverlay. |
Rotate | 3 | This enumeration item represents rotate action for the extent interactiveOverlay. |
DoubleClickZoomIn | 4 | This enumeration item represents double-click zoom in action for the extent interactiveOverlay. |
DoubleClickZoomOut | 5 | This enumeration item represents double-click zoom out action for the extent interactiveOverlay. |
MouseWheelZoomIn | 6 | This enumeration item represents mouse wheel zoom in action for the extent interactiveOverlay. |
MouseWheelZoomOut | 7 | This enumeration item represents mouse wheel zoom out action for the extent interactiveOverlay. |