VectorLayer.Items Property
In This Article
Provides access to the list of vector elements that are painted in this VectorLayer.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public LayerMapItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
Layer |
A Layer |
See Also