VectorTileDataProviderBase.TileSource Property
For internal use. Returns the provider’s tile source.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.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