shape_type_locked property

shape_type_locked property

Determines whether a changing of a shape type is forbidden. Read/write bool.

Definition:

@property
def shape_type_locked(self):
    ...

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

See Also