Skip to content

MarkerDragMode

Namespace: ThinkGeo.UI.Wpf

This enumeration specifies how the map markers can be dragged.

public enum MarkerDragMode

Inheritance objectValueTypeEnumMarkerDragMode
Implements IComparable, ISpanFormattable, 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.