This topic has not yet been rated - Rate this topic

MapBase.Heading Property

Bing Services
When overridden in a derived class, gets or sets the directional heading of the map.

Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in microsoft.maps.mapcontrol.dll)
[ScriptableMemberAttribute] 
public double Heading { get; set; }
/** @property */
public double get_Heading ()

/** @property */
public void set_Heading (double value)

public function get Heading () : double

public function set Heading (value : double)

Property Value

Returns Double.
Ee691092.note(en-us,MSDN.10).gifNote:
The heading is represented in geometric degrees with 0 or 360 = North, 90 = East, 180 = South, and 270 = West.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.