MapCore.TargetCenter Property

 

Gets the pitch of the map view towards which the map is animating.

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

Syntax

public Location TargetCenter { get; }
public:
property Location^ TargetCenter {
    Location^ get();
}
member TargetCenter : Location with get
Public ReadOnly Property TargetCenter As Location

Property Value

Type: Microsoft.Maps.MapControl.WPF.Location

Returns Location.

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top