Back to Devexpress

GroupShape.Shapes Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-groupshape-f3c72c1a.md

latest1.1 KB
Original Source

GroupShape.Shapes Property

Returns a collection of shapes contained in the group shape.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ShapeCollection Shapes { get; }
vb
Public ReadOnly Property Shapes As ShapeCollection

Property Value

TypeDescription
ShapeCollection

A collection of shapes contained in the group shape.

|

See Also

GroupShape Class

GroupShape Members

DevExpress.Docs.Presentation Namespace