ClassMapPathSegmentCollection
Class
Represents a collection of MapPathSegmentCollection objects that can be individually accessed by index.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class MapPathSegmentCollection : ObservableCollection<MapPathSegment>, IList<MapPathSegment>, ICollection<MapPathSegment>, IList, ICollection, IReadOnlyList<MapPathSegment>, IReadOnlyCollection<MapPathSegment>, IEnumerable<MapPathSegment>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<MapPathSegment>ObservableCollection<MapPathSegment>MapPathSegmentCollection
Implements:
Inherited Members
Constructors
MapPathSegmentCollection()
Declaration
cs-api-definition
public MapPathSegmentCollection()