Namespace:DevExpress.Xpf.Map
Assembly:DevExpress.Xpf.Map.v19.2.dll

Syntax
C# |
public class MapVectorItemCollection : MapDependencyObjectCollection<MapItem>, ITransformableItemCollection,
IMapDataItemCollection<MapItem>,
ILockable
|
VB |
Public Class MapVectorItemCollection Inherits MapDependencyObjectCollection(of MapItem), ITransformableItemCollection,
IMapDataItemCollection(of MapItem),
ILockable
|

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Animation.Animatable
System.Windows.FreezableCollection<DevExpress.Xpf.Map.MapItem>
MapDependencyObjectCollectionBase<MapItem>
MapDependencyObjectCollection<MapItem>
MapVectorItemCollection

See Also