Back to Devexpress

ShapePathCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-ed7e3fd3.md

latest2.3 KB
Original Source

ShapePathCollection Class

A collection of shape paths.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class ShapePathCollection :
    PresentationObjectCollection<ShapePath>
vb
Public Class ShapePathCollection
    Inherits PresentationObjectCollection(Of ShapePath)

The following members return ShapePathCollection objects:

Implements

IList<ShapePath>

ICollection<ShapePath>

IEnumerable<ShapePath>

IEnumerable

Inheritance

Object PresentationCollectionBase<ShapePath> PresentationObjectCollectionBase<ShapePath> PresentationObjectCollection<ShapePath> ShapePathCollection

See Also

ShapePathCollection Members

DevExpress.Docs.Presentation Namespace