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

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

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public class PathSegmentCollection :
        PresentationCollection<IPathSegment>

    The following members return PathSegmentCollection objects:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<IPathSegment>
    PresentationCollection<IPathSegment>
    PathSegmentCollection
    See Also