Back to Devexpress

PathSegmentCollection Class

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

latest2.1 KB
Original Source

PathSegmentCollection Class

A collection of segments that define a path in a custom shape.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class PathSegmentCollection :
    PresentationCollection<IPathSegment>
vb
Public Class PathSegmentCollection
    Inherits PresentationCollection(Of IPathSegment)

The following members return PathSegmentCollection objects:

Implements

IList<IPathSegment>

ICollection<IPathSegment>

IEnumerable<IPathSegment>

IEnumerable

Inheritance

Object PresentationCollectionBase<IPathSegment> PresentationCollection<IPathSegment> PathSegmentCollection

See Also

PathSegmentCollection Members

DevExpress.Docs.Presentation Namespace