ShapesLoadedEventArgs.Shapes Property
Provides access to the collection of shapes loaded before the MapGeoDataAdapter.ShapesLoaded, ShapefileDataAdapter.ShapesLoaded and SvgFileDataAdapter.ShapesLoaded events have occurred.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
List<MapItem> | A list of MapItem objects. |
See Also