ExtentChangedType¶
Namespace: ThinkGeo.UI.Wpf
This enumeration specifies the type of extent change that has occurred
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. |
| TrackZoomIn | 2 | This enumeration item represents track zoom in. |
| Rotate | 3 | This enumeration item represents rotate. |
| DoubleClickZoomIn | 4 | This enumeration item represents double-click zoom in. |
| DoubleClickZoomOut | 5 | This enumeration item represents double-click zoom out. |
| MouseWheelZoomIn | 6 | This enumeration item represents mouse wheel zoom in. |
| MouseWheelZoomOut | 7 | This enumeration item represents mouse wheel zoom out. |
| ProgramaticallyZoomIn | 8 | This enumeration item represents mouse programmatically zoom in. |
| ProgramaticallyZoomOut | 9 | This enumeration item represents mouse programmatically zoom out. |