ClassMapPathFigureViewCollection
Class
Represents a collection of map path figure 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 MapPathFigureViewCollection : ObservableCollection<MapPathFigureView>, IList<MapPathFigureView>, ICollection<MapPathFigureView>, IList, ICollection, IReadOnlyList<MapPathFigureView>, IReadOnlyCollection<MapPathFigureView>, IEnumerable<MapPathFigureView>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<MapPathFigureView>ObservableCollection<MapPathFigureView>MapPathFigureViewCollection
Implements:
Inherited Members
Constructors
MapPathFigureViewCollection()
Declaration
cs-api-definition
public MapPathFigureViewCollection()