ExtentChangedType¶
Namespace: ThinkGeo.UI.Maui
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, ISpanFormattable, 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. |
| MouseWheelZoom | 5 | This enumeration item represents mouse wheel zoom in action for the extent interactiveOverlay. |
| Zoom | 6 |