Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the position of the map layer.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static void SetPosition(
DependencyObject dependencyObject,
Location ___location
)
public:
static void SetPosition(
DependencyObject^ dependencyObject,
Location^ ___location
)
static member SetPosition :
dependencyObject:DependencyObject *
___location:Location -> unit
Public Shared Sub SetPosition (
dependencyObject As DependencyObject,
___location As Location
)
Parameters
dependencyObject
Type: System.Windows.DependencyObjectThe dependency field.
___location
Type: Microsoft.Maps.MapControl.WPF.LocationThe ___location at which to position the map layer.
See Also
MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top