/// <summary> /// <see cref="windows.UI.Xaml.Controls.Maps.MapControl.TryRotateAsync"/> /// </summary> /// <returns>IAsyncOperation</returns> public Task <bool> TryRotateAsync(double degrees) => UwpControl.TryRotateAsync(degrees).AsTask();