MapItemsControl.Items Property

Definition

Gets a collection of XAML controls to be displayed on a MapControl.

public:
 property IVector<DependencyObject ^> ^ Items { IVector<DependencyObject ^> ^ get(); };
IVector<DependencyObject> Items();
public IList<DependencyObject> Items { get; }
var iVector = mapItemsControl.items;
Public ReadOnly Property Items As IList(Of DependencyObject)

Property Value

A collection of XAML controls to be displayed on a MapControl.

Applies to

See also