edit_points_locked property

edit_points_locked property

Determines whether a direct changing of contour of this shape is forbidden. Read/write bool.

Definition:

@property
def edit_points_locked(self):
    ...

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

See Also