Share via


MapForeground Constructor (Map)

 

Initializes a new instance of the Microsoft.Maps.MapControl.WPF.Overlays.MapForeground class.

Namespace:   Microsoft.Maps.MapControl.WPF.Overlays
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public MapForeground(
    Map map
)
public:
MapForeground(
    Map^ map
)
new : 
        map:Map -> MapForeground
Public Sub New (
    map As Map
)

Parameters

See Also

MapForeground Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace

Return to top