MapLayer.SetPosition Method (DependencyObject, Location)

Bing
 

Sets the position of the map layer.

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

public static void SetPosition(
	DependencyObject dependencyObject,
	Location location
)

Parameters

dependencyObject
Type: System.Windows.DependencyObject

The dependency field.

location
Type: Microsoft.Maps.MapControl.WPF.Location

The location at which to position the map layer.

Return to top
Show: