c# - 如何在 WP 8.1 中加载时禁用页面动画?

标签 c# windows-phone-8 windows-phone-8.1

在 Windows Phone 8.1 应用程序中加载新页面时,如何禁用页面加载动画(类似旋转式)?我厌倦了在网上搜索,但找不到任何有用的东西。

最佳答案

得到答案

public MyPage()
{
    this.InitializeComponent();
    Frame myFrame =(Frame)Window.Current.Content;
    myFrame.ContentTransitions = null;
}

关于c# - 如何在 WP 8.1 中加载时禁用页面动画?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25638084/

相关文章:

c# - Azure Active Directory 应用服务无法使用用户凭据/ token 连接到 Azure Keyvault

c# - select 子句表达式问题

c# - 如何提高 Windows Phone 8 map 控制性能

c# - PointerPressed 和 PointerReleased 事件不匹配

windows-phone-8.1 - Windows Phone Runtime 应用程序短信

xaml - 带有 XAML 元素 header 的 ScrollViewer 中的 WebView

C# 没有像我告诉的那样处理控件

c# - 尝试将图像拖放到 Skype c# 时出现 "Error HRESULT E_FAIL has been returned from a call to a COM component"

c# - 如何在不破坏MVVM约定的情况下在第三方控件上调用方法?

c# - Windows Phone 8 文本选择选项