ParentGroup

Shape.ParentGroup 属性

如果形状被分组,则返回父 GroupShape 对象。否则返回 null。只读 IGroupShape

public IGroupShape ParentGroup { get; }  

备注

属性 IsGrouped 确定形状是否被分组。

另见