Determines whether the shape is grouped.
Read-only
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsGrouped { get; }
Public ReadOnly Property IsGrouped As Boolean
Get
public:
virtual property bool IsGrouped {
bool get () sealed;
}
abstract IsGrouped : bool with get
override IsGrouped : bool with get
Property Value
Type:
BooleanImplements
IShapeIsGrouped
Remarks
Property
ParentGroup returns parent GroupShape object if shape is grouped.
See Also