IShapeParentGroup 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)
SyntaxIGroupShape ParentGroup { get; }
ReadOnly Property ParentGroup As IGroupShape
Get
property IGroupShape^ ParentGroup {
IGroupShape^ get ();
}
abstract ParentGroup : IGroupShape with get
Property Value
Type:
IGroupShape
Remarks
Property
IsGrouped determines whether the shape is grouped.
See Also