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