rotate_locked property

rotate_locked property

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

Definition:

@property
def rotate_locked(self):
    ...

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

See Also