ClassMapGeometryViewCollection
Class
Represents a collection of MapGeometryView objects.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class MapGeometryViewCollection : ObservableCollection<MapGeometryView>, IList<MapGeometryView>, ICollection<MapGeometryView>, IList, ICollection, IReadOnlyList<MapGeometryView>, IReadOnlyCollection<MapGeometryView>, IEnumerable<MapGeometryView>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<MapGeometryView>ObservableCollection<MapGeometryView>MapGeometryViewCollection
Implements:
Inherited Members
Constructors
MapGeometryViewCollection()
Declaration
cs-api-definition
public MapGeometryViewCollection()