Skip to main content

VectorLayer.Items Property

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
LayerMapItemCollection

A LayerMapItemCollection object containing MapItem class descendants.

See Also