is_locked property

is_locked property

Indicates whether the slicer shape is locked.

Example


slicer.is_locked = False

Definition:

@property
def is_locked(self):
    ...
@is_locked.setter
def is_locked(self, value):
    ...

See Also