Skip to main content
All docs
V25.2
  • ShapeCollection Class

    A collection of shapes.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public class ShapeCollection :
        PresentationObjectCollection<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.

    See Also