wpf-devexpress-dot-xpf-dot-map-b097a700.md
A layer that displays vector data on the mini map.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public class MiniMapVectorLayer :
MiniMapLayerBase
Public Class MiniMapVectorLayer
Inherits MiniMapLayerBase
<dxm:MiniMapVectorLayer ShapeFill="#FF4AD4FF">
<dxm:ListSourceDataAdapter
DataSource="{Binding Source={StaticResource dataSource}, XPath=Ship}">
<dxm:ListSourceDataAdapter.Mappings>
<dxm:MapItemMappingInfo Latitude="Latitude" Longitude="Longitude"/>
</dxm:ListSourceDataAdapter.Mappings>
<dxm:ListSourceDataAdapter.ItemSettings>
<dxm:MapDotSettings Size="10"/>
</dxm:ListSourceDataAdapter.ItemSettings>
</dxm:ListSourceDataAdapter>
</dxm:MiniMapVectorLayer>
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement MiniMapLayerBase MiniMapVectorLayer
See Also