ClassMapPathSegmentViewCollection
Class
Represents a collection of map path segment objects that can be individually accessed by index.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class MapPathSegmentViewCollection : ObservableCollection<MapPathSegmentView>, IList<MapPathSegmentView>, ICollection<MapPathSegmentView>, IList, ICollection, IReadOnlyList<MapPathSegmentView>, IReadOnlyCollection<MapPathSegmentView>, IEnumerable<MapPathSegmentView>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<MapPathSegmentView>ObservableCollection<MapPathSegmentView>MapPathSegmentViewCollection
Implements:
Inherited Members
Constructors
MapPathSegmentViewCollection()
Declaration
cs-api-definition
public MapPathSegmentViewCollection()