Back to Devexpress

MiniMapVectorLayer Class

wpf-devexpress-dot-xpf-dot-map-b097a700.md

latest2.1 KB
Original Source

MiniMapVectorLayer Class

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

Declaration

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

Example

xaml
<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>

Inheritance

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement MiniMapLayerBase MiniMapVectorLayer

See Also

MiniMapVectorLayer Members

DevExpress.Xpf.Map Namespace