ungrouping_locked property

ungrouping_locked property

Determines whether splitting this groupshape is forbidden. Read/write bool.

Definition:

@property
def ungrouping_locked(self):
    ...

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

See Also