MapControl.Layers property

[This documentation is preliminary and is subject to change.]

Gets or sets the collection of MapLayer objects that are children of the MapControl.

Syntax

public IObservableVector<object> Layers { get; set; }
Public Property Layers As IObservableVector(Of Object)
public:
property IObservableVector<Object^>^ Layers { 
   IObservableVector<Object^>^ get();
   void set (IObservableVector<Object^>^ value);
}

Property value

Type: IObservableVector<Object>

The collection of MapLayer objects that are children of the MapControl.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone (code-named "Blue") [Windows Runtime apps only]

Namespace

Windows.UI.Xaml.Controls.Maps Windows::UI::Xaml::Controls::Maps [C++]

Metadata

Windows.winmd

See also

MapControl