grouping_locked property

grouping_locked property

Determines whether adding this shape to a group is forbidden. Read/write bool.

Definition:

@property
def grouping_locked(self):
    ...

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

See Also