Skip to main content
A newer version of this page is available. .

VectorTileDataProviderBase.TileSource Property

For internal use. Returns the provider’s tile source.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public MapVectorTileSource TileSource { get; }

Property Value

Type
DevExpress.XtraMap.Native.MapVectorTileSource
See Also