Back to Devexpress

MiniMapImageTilesLayer Class

wpf-devexpress-dot-xpf-dot-map-4b5ae6be.md

latest1.8 KB
Original Source

MiniMapImageTilesLayer Class

A layer that displays image tiles, obtained from one of the supported map providers, on the mini map.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class MiniMapImageTilesLayer :
    MiniMapLayerBase
vb
Public Class MiniMapImageTilesLayer
    Inherits MiniMapLayerBase

Example

xaml
<dxm:MiniMapImageTilesLayer>
    <dxm:BingMapDataProvider BingKey="{Binding Source={StaticResource bingKey}}"/>
</dxm:MiniMapImageTilesLayer>

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement MiniMapLayerBase MiniMapImageTilesLayer

See Also

MiniMapImageTilesLayer Members

DevExpress.Xpf.Map Namespace