MapControlAutomationPeer.Rotate(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.