Share via


RouteQuery.InitialHeadingInDegrees Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property InitialHeadingInDegrees As Nullable(Of Double)
public Nullable<double> InitialHeadingInDegrees { get; set; }
public:
property Nullable<double> InitialHeadingInDegrees {
    Nullable<double> get ();
    void set (Nullable<double> value);
}
member InitialHeadingInDegrees : Nullable<float> with get, set

Property Value

Type: System.Nullable<Double>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

RouteQuery Class

Microsoft.Phone.Maps.Services Namespace