AdornmentDragMode¶
Namespace: ThinkGeo.Core
Specifies whether an adornment layer can be repositioned interactively.
public enum AdornmentDragMode
Inheritance Object → ValueType → Enum → AdornmentDragMode
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Fixed | 0 | The adornment remains fixed in place and cannot be dragged. |
| Draggable | 1 | The user can drag the adornment to adjust its position. |