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 ReadOnly Property IsGrouped As Boolean
Get
property bool IsGrouped {
bool get ();
}
abstract IsGrouped : bool with get
Property Value
Type:
BooleanRemarks
Property
ParentGroup returns parent GroupShape object if shape is grouped.
See Also