Skip to content

MarkerDragMode

Namespace: ThinkGeo.Core

This enumeration specifies how the map markers can be dragged.

public enum MarkerDragMode

Inheritance ObjectValueTypeEnumMarkerDragMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
None 0 Specifies that the markers cannot be dragged.
Drag 1 Specifies that the markers can be dragged.
CopyWithShiftKey 2 Specifies that the markers can be dragged to copy with shift key.