IShapeIsGrouped Property

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
bool IsGrouped { get; }

Property Value

Type: Boolean
Remarks
Property ParentGroup returns parent GroupShape object if shape is grouped.
See Also