Map.ActualPitch Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the actual pitch of the Map.

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

Syntax

Public Property ActualPitch As Double
public double ActualPitch { get; private set; }

Property Value

Type: System..::.Double
The actual pitch of the Map.

Remarks

The actual pitch of the map may not be the value that you specified for the Pitch property when the map can’t be displayed with the specified pitch.

If you set the value of the ActualPitch property, the value that you specify is ignored.

For more info, see the Pitch property.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Map Class

Microsoft.Phone.Maps.Controls Namespace