Share via


MapLayer.SetPositionOffset Method (DependencyObject, Point)

 

Sets the position offset of the map layer.

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

Syntax

public static void SetPositionOffset(
    DependencyObject dependencyObject,
    Point point
)
public:
static void SetPositionOffset(
    DependencyObject^ dependencyObject,
    Point point
)
static member SetPositionOffset : 
        dependencyObject:DependencyObject *
        point:Point -> unit
Public Shared Sub SetPositionOffset (
    dependencyObject As DependencyObject,
    point As Point
)

Parameters

See Also

MapLayer Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top