Back to Devexpress

ShapesLoadedEventArgs.Shapes Property

wpf-devexpress-dot-xpf-dot-map-dot-shapesloadedeventargs.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public List<MapItem> Shapes { get; }
vb
Public ReadOnly Property Shapes As List(Of MapItem)

Property Value

TypeDescription
List<MapItem>

A list of MapItem objects.

|

See Also

ShapesLoadedEventArgs Class

ShapesLoadedEventArgs Members

DevExpress.Xpf.Map Namespace