IGroupShape

Interfaz IGroupShape

Representa un grupo de formas en una diapositiva.

public interface IGroupShape : IShape

Propiedades

NombreDescripción
AsIShape { get; }Permite obtener la interfaz base IShape. Solo lectura IShape.
GroupShapeLock { get; }Devuelve los bloqueos de la forma. Solo lectura IGroupShapeLock.
ShapeLock { get; }Devuelve los bloqueos de la forma. Solo lectura IGroupShapeLock.
Shapes { get; }Devuelve la colección de formas dentro del grupo. Solo lectura IShapeCollection.

Véase también