autoPropagateLock
mpt autoPropagateLock boolean { t | nil }
Description
Specifies whether locks will be automatically propagated to connected shapes on the same layer when the lock is initiated by editing (for example, by adding a shape, moving, stretching). The default is nil, color locking operates only on the selected shape.
GUI Equivalent
Examples
envGetVal("mpt" "autoPropagateLock")
envSetVal("mpt" "autoPropagateLock" 'boolean t)
Related Topics
Return to top