Back to Devexpress

MiniMapVectorLayer.Data Property

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

latest1.8 KB
Original Source

MiniMapVectorLayer.Data Property

Gets or sets the data of the VectorLayer.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public MapDataAdapterBase Data { get; set; }
vb
Public Property Data As MapDataAdapterBase

Property Value

TypeDescription
MapDataAdapterBase

A MapDataAdapterBase class descendant object.

|

Remarks

This property is ContentProperty attribute value.

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>

See Also

MiniMapVectorLayer Class

MiniMapVectorLayer Members

DevExpress.Xpf.Map Namespace