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.
See Also
|