IGroupShape

IGroupShape interface

Represents a group of shapes on a slide.

public interface IGroupShape : IShape

Properties

NameDescription
AsIShape { get; }Allows to get base IShape interface. Read-only IShape.
GroupShapeLock { get; }Returns shape’s locks. Read-only IGroupShapeLock.
ShapeLock { get; }Returns shape’s locks. Read-only IGroupShapeLock.
Shapes { get; }Returns the collection of shapes inside the group. Read-only IShapeCollection.

See Also