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