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