Layer.LayerLock

Layer.LayerLock property

Gets or sets the layer lock. Note that if flag LayerFlags.TransparencyProtected is set it will be overwritten by layer lock flag. To return LayerFlags.TransparencyProtected flag need to apply for layer option layer.Flags |= LayerFlags.TransparencyProtected

public LayerLockType LayerLock { get; set; }

Property Value

The layer lock.

See Also