MapTileSource.DataSource 屬性

定義

取得或設定磚的資料來源。

MapTileDataSource DataSource();

void DataSource(MapTileDataSource value);
public MapTileDataSource DataSource { get; set; }
var mapTileDataSource = mapTileSource.dataSource;
mapTileSource.dataSource = mapTileDataSource;
Public Property DataSource As MapTileDataSource

屬性值

磚的資料來源。

適用於

另請參閱