Skip to main content
All docs
V26.1
  • ShapeCollection Class

    A collection of shapes.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public class ShapeCollection :
        OfficeObjectCollection<ShapeBase>

    The following members return ShapeCollection objects:

    Remarks

    For more information about shapes, refer to the following help topic: DevExpress Presentation API Library: Work with Shapes.

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<ShapeBase>
    DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<ShapeBase>
    DevExpress.Docs.Office.Internal.OfficeObjectCollection<ShapeBase>
    ShapeCollection
    See Also