MapCore.TargetHeading Property
Gets the heading 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 double TargetHeading { get; }
public:
property double TargetHeading {
double get();
}
member TargetHeading : float with get
Public ReadOnly Property TargetHeading As Double
Property Value
Type: System.Double
Returns Double.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top