IGroupShape

IGroupShape 接口

表示幻灯片上的形状组。

public interface IGroupShape : IShape

属性

名称描述
AsIShape { get; }允许获取基础的 IShape 接口。只读 IShape
GroupShapeLock { get; }返回形状的锁定状态。只读 IGroupShapeLock
ShapeLock { get; }返回形状的锁定状态。只读 IGroupShapeLock
Shapes { get; }返回组内形状的集合。只读 IShapeCollection

另见