wpf仿qq设置翻转动画

来源:互联网 发布:宝宝起名取名软件 编辑:程序博客网 时间:2024/05/23 19:19

qq登陆界面有个设置按钮可以让窗体360°旋转,试了试wpf实现的效果,还不错。主要是用到了ViewPort3D这个类。

1.ViewPort3D类继承的层次结构:

System.Object 
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Viewport3D

2.命名空间:  System.Windows.Controls
程序集:  PresentationFramework(在 PresentationFramework.dll 中)
用于 XAML 的 XMLNS:http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation

3.

XAML 对象元素用法
<Viewport3D>  Children</Viewport3D>


0 0
原创粉丝点击