is_grouped property

is_grouped property

Determines whether the shape is grouped. Read-only bool.

Remarks

Property Shape.parent_group returns parent GroupShape object if shape is grouped.

Definition:

@property
def is_grouped(self):
    ...

See Also