MapPanMode¶
Namespace: ThinkGeo.Core
This enumeration specifies the behavior type for panning. The default value is StandardPanning.
public enum MapPanMode
Inheritance Object → ValueType → Enum → MapPanMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | Default value (StandardPanning) of the enumeration. |
StandardPanning | 1 | This enumeration item means that the map will behave as standard with respect to panning. |
Disabled | 2 | This enumeration item means that panning will be disabled. |