Skip to content

LockLayerMode

Namespace: ThinkGeo.UI.Android

This enum represents the lock mode while drawing layers.

public enum LockLayerMode

Inheritance ObjectValueTypeEnumLockLayerMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Lock 0 This value indicates the layers will be locked while drawing.
DoNotLock 1 This value indicates the layers will be cloned before drawing;
and use the cloned layer to draw without locking.