MindFusion.Wpf Pack Programmer's Guide
MapView.BaseMap Property
See Also
 





Gets or sets the Map displayed in the first layer of this view.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public Map BaseMap { get; set; }

Visual Basic  Copy Code

Public Property BaseMap As Map

 Property Value

An instance of the Map class.

 Remarks

Assigning a map to this property is a shortcut to creating a MapLayer, setting it as the first layer in the view and setting its Map to the specified value.

 See Also

MapView Members
MapView Class
MindFusion.Mapping.Wpf Namespace