Back to Devexpress

ShapeCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-6404040a.md

latest2.5 KB
Original Source

ShapeCollection Class

A collection of shapes.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class ShapeCollection :
    PresentationObjectCollection<ShapeBase>
vb
Public Class ShapeCollection
    Inherits PresentationObjectCollection(Of 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.

Implements

IList<ShapeBase>

ICollection<ShapeBase>

IEnumerable<ShapeBase>

IEnumerable

Inheritance

Object PresentationCollectionBase<ShapeBase> PresentationObjectCollectionBase<ShapeBase> PresentationObjectCollection<ShapeBase> ShapeCollection

See Also

ShapeCollection Members

DevExpress.Docs.Presentation Namespace