Represents a collection of PathSegmentDataCollection objects that can be individually accessed by index.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class PathSegmentDataCollection : ObservableCollection<PathSegmentData>, IList<PathSegmentData>, ICollection<PathSegmentData>, IList, ICollection, IReadOnlyList<PathSegmentData>, IReadOnlyCollection<PathSegmentData>, IEnumerable<PathSegmentData>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<PathSegmentData>ObservableCollection<PathSegmentData>PathSegmentDataCollection
Implements:
Inherited Members
Constructors
C#
public PathSegmentDataCollection()