Gets or sets the Map displayed in the first layer of this view.
Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms
C# Copy Code |
---|
public Map BaseMap { get; set; } |
Visual Basic Copy Code |
---|
Public Property BaseMap As Map |
An instance of the Map class.
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.