ParentGroup

Shape.ParentGroup property

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

public IGroupShape ParentGroup { get; }

Remarks

Property IsGrouped determines whether the shape is grouped.

See Also