WPF导航page演示实例

时间:2015-01-21 10:01:17
【文件属性】:

文件名称: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()

网友评论

  • 还可以吧,就是积分要得太高了!
  • 确实是导航,基于xmal文件导航,等于new一个新对象
  • 和那个3分下载的竟然是同一个,浪费了.
  • 非常好的资源,感谢分享
  • 可以用,一开始发现了一个问题,就是添加多个页后会有导航出来。后来解决了!
  • 哎,不说了.对我没有什么价值.
  • 不错,可以用,效果挺好
  • 没有应用的style的么,看不到那用了
  • 很好。有用。谢
  • 非常有用的代码
  • 我可以打开啊,没问题,挺好用的,能打开。以前写的不知道page怎么用。
  • 不知道为什么,我的vs2010打开不了,资源实在旧了点