Skip to main content

MapDataProviderBase.TileSource Property

Returns a tile source associated with the current data provider.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public MapTileSourceBase TileSource { get; }

Property Value

Type Description
MapTileSourceBase

A MapTileSourceBase class descendant that contains settings for obtaining image tiles from a specific data provider.

See Also