MapControlAutomationPeer.Rotate(Double) Method

Definition

Rotates the map's camera from its current position.

public:
 virtual void Rotate(double degrees) = Rotate;
void Rotate(double const& degrees);
public void Rotate(double degrees);
function rotate(degrees)
Public Sub Rotate (degrees As Double)

Parameters

degrees
Double

double

The degrees that the map's camera rotates in a horizontal clockwise direction.

Implements

M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Rotate(System.Double) M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Rotate(double)

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

Values greater than 360 degrees are normalized to their equivalent 0-360 degree value.

Applies to