Skip to main content

MapControl Class

A Map control, which is the main component of the DXMap Suite for WPF.

Namespace: DevExpress.Xpf.Map

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

#Declaration

[DXToolboxBrowsable]
[TemplatePart(Name = "PART_RectangleToZoomIn", Type = typeof(ContentPresenter))]
[TemplatePart(Name = "PART_DraggingElement", Type = typeof(Rectangle))]
[TemplatePart(Name = "PART_ContainerOfRectangleToZoomIn", Type = typeof(Canvas))]
[TemplatePart(Name = "PART_OverlaysContainer", Type = typeof(OverlayItemsControl))]
[TemplatePart(Name = "PART_InvalidKeyPanel", Type = typeof(Grid))]
public class MapControl :
    Control,
    IWeakEventListener,
    IMapView,
    ISupportProjection,
    IPrintableControl,
    IInvalidKeyPanelHolder

#Examples

This example demonstrates how to connect to the Bing Maps web resource using the BingMapDataProvider object.

#Implements

See Also