MapControl.TileSources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.