ShapeParentGroup Property

Returns parent GroupShape object if shape is grouped. Otherwise returns null. Read-only IGroupShape.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IGroupShape ParentGroup { get; }

Property Value

Type: IGroupShape

Implements

IShapeParentGroup
Remarks
Property IsGrouped determines whether the shape is grouped.
See Also