Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public List<MapItem> Shapes { get; }

Property Value

Type Description
List<MapItem>

A list of MapItem objects.

See Also