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