Back to Devexpress

MapVectorItemCollection Class

wpf-devexpress-dot-xpf-dot-map-2719e968.md

latest2.3 KB
Original Source

MapVectorItemCollection Class

A collection of vector items.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class MapVectorItemCollection :
    MapDependencyObjectCollection<MapItem>,
    ITransformableItemCollection,
    IMapDataItemCollection<MapItem>,
    ILockable,
    IEditableMapItemCollection
vb
Public Class MapVectorItemCollection
    Inherits MapDependencyObjectCollection(Of MapItem)
    Implements ITransformableItemCollection,
               IMapDataItemCollection(Of MapItem),
               ILockable,
               IEditableMapItemCollection

The following members return MapVectorItemCollection objects:

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<MapItem> MapDependencyObjectCollectionBase<MapItem> MapDependencyObjectCollection<MapItem> MapVectorItemCollection

See Also

MapVectorItemCollection Members

DevExpress.Xpf.Map Namespace