position_locked property

position_locked property

Determines whether moving this shape is forbidden. Read/write bool.

Definition:

@property
def position_locked(self):
    ...

@position_locked.setter
def position_locked(self, value):
    ...

See Also