get_ParentGroup()

Shape::get_ParentGroup() method

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

System::SharedPtr<IGroupShape> Aspose::Slides::Shape::get_ParentGroup() override

Remarks

Property Shape::get_IsGrouped determines whether the shape is grouped.

See Also