wpf-devexpress-dot-xpf-dot-map-2719e968.md
A collection of vector items.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public class MapVectorItemCollection :
MapDependencyObjectCollection<MapItem>,
ITransformableItemCollection,
IMapDataItemCollection<MapItem>,
ILockable,
IEditableMapItemCollection
Public Class MapVectorItemCollection
Inherits MapDependencyObjectCollection(Of MapItem)
Implements ITransformableItemCollection,
IMapDataItemCollection(Of MapItem),
ILockable,
IEditableMapItemCollection
The following members return MapVectorItemCollection objects:
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<MapItem> MapDependencyObjectCollectionBase<MapItem> MapDependencyObjectCollection<MapItem> MapVectorItemCollection
See Also