LockLayerMode¶
Namespace: ThinkGeo.UI.Wpf
This enum represents the lock mode while drawing layers.
public enum LockLayerMode
Inheritance Object → ValueType → Enum → LockLayerMode
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | This value indicates the layers will be locked while drawing. |
| Lock | 1 | This value indicates the layers will be locked while drawing. |
| DoNotLock | 2 | This value indicates the layers will be cloned before drawing; |
| and use the cloned layer to draw without locking. |