文件名称:WPF导航page演示实例
文件大小:1.55MB
文件格式:RAR
更新时间:2015-01-21 10:01:17
WPF C# navigation 导航
WPF实现page页面导航跳转演示实例 private void NavigationWindow_Navigating(object sender, NavigatingCancelEventArgs e) { if (Content != null && !_allowDirectNavigation) { e.Cancel = true; _navArgs = e; this.IsHitTestVisible = false; DoubleAnimation da = new DoubleAnimation(0.3d, new Duration(TimeSpan.FromMilliseconds(300))); da.Completed += FadeOutCompleted; this.BeginAnimation(OpacityProperty, da); } _allowDirectNavigation = false; }
【文件预览】:
WPFapp
----WpfApplication1.suo(32KB)
----WpfApplication1.sln(935B)
----WpfApplication1()
--------from.gif(5KB)
--------App.xaml(296B)
--------Page3.xaml.cs(803B)
--------Page2.xaml.cs(803B)
--------index.xaml(2KB)
--------obj()
--------bin()
--------Window1.xaml.cs(3KB)
--------Page1.xaml(554B)
--------Resources()
--------App.xaml.cs(311B)
--------Page2.xaml(553B)
--------WpfApplication1.csproj(6KB)
--------Window1.xaml(677B)
--------index.xaml.cs(1KB)
--------Page1.xaml.cs(1007B)
--------icon1.ico(4KB)
--------Page3.xaml(553B)
--------Properties()