Skip to main content

VectorTileDataProviderBase.TileSource Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type
DevExpress.XtraMap.Native.MapVectorTileSource
See Also