ZoomLevelSnappingMode¶
Namespace: ThinkGeo.Core
This enumeration provides the options used to set the ZoomLevel Snapping Mode.
public enum ZoomLevelSnappingMode
Inheritance Object → ValueType → Enum → ZoomLevelSnappingMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | This is the default value of the ZoomLevel SnappingMode. Currently, the default value |
has the same effects as the None value. | ||
SnapUp | 1 | This is the SnapUp value of ZoomLevel SnappingMode. |
SnapDown | 2 | This is the SnapDown value of ZoomLevel SnappingMode. |
SnapToClosest | 3 | This is the SnapToClosest value of ZoomLevel SnappingMode. |
None | 4 | This is the None value of ZoomLevel SnappingMode. |