MapControl.TileSources Property

Definition

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

public:
 property IVector<MapTileSource ^> ^ TileSources { IVector<MapTileSource ^> ^ get(); };
IVector<MapTileSource> TileSources();
public IList<MapTileSource> TileSources { get; }
var iVector = mapControl.tileSources;
Public ReadOnly Property TileSources As IList(Of MapTileSource)

Property Value

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

Applies to

See also