MapCore.Heading Property
Gets or sets the directional heading of the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public double Heading { get; set; }
public:
property double Heading {
double get();
void set(double value);
}
member Heading : float with get, set
Public Property Heading As Double
Property Value
Type: System.Double
Returns Double.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top