Determines whether the shape is grouped.
Read-only
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxReadOnly Property IsGrouped As Boolean
Get
property bool IsGrouped {
bool get ();
}
abstract IsGrouped : bool with get
Property Value
Type:
Boolean
Remarks
Property
ParentGroup returns parent GroupShape object if shape is grouped.
See Also