rotation_locked property

rotation_locked property

Determines whether changing rotation angle of this shape is forbidden. Read/write bool.

Definition:

@property
def rotation_locked(self):
    ...

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

See Also