wpf-devexpress-dot-xpf-dot-map-6316514d.md
The ImageTilesLayer class is obsolete now. Use the ImageLayer class instead
A layer that displays image tiles obtained from one of the supported map providers.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
[Browsable(false)]
[Obsolete("The ImageTilesLayer class is obsolete now. Use the ImageLayer class instead")]
[PreferableMember("ImageLayer", "", "")]
public class ImageTilesLayer :
ImageLayer
<Browsable(False)>
<Obsolete("The ImageTilesLayer class is obsolete now. Use the ImageLayer class instead")>
<PreferableMember("ImageLayer", "", "")>
Public Class ImageTilesLayer
Inherits ImageLayer
The following code snippets (auto-collected from DevExpress Examples) contain references to the ImageTilesLayer class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
map-wpf-manually-load-a-cartesian-map-shapefile/CS/BuildInCoordinateConverters/MainWindow.xaml#L99
<dxm:MapControl Grid.Row="1" Name="map">
<dxm:ImageTilesLayer>
<dxm:ImageTilesLayer.DataProvider>
wpf-map-process-search-with-a-custom-search-panel/CS/MapControl_SearchPanel/MainWindow.xaml#L27
<dxm:MapControl Grid.Column="0">
<dxm:ImageTilesLayer>
<dxm:ImageTilesLayer.DataProvider>
wpf-map-search-with-azure-map-search-service/CS/DXMapExample/MainWindow.xaml#L25
</dxm:MapControl.CoordinatesPanelOptions>
<dxm:ImageTilesLayer>
<dxm:BingMapDataProvider BingKey="{Binding Source={StaticResource bingMapsKey}}" />
Show 11 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement LayerBase ImageLayer ImageTilesLayer
See Also