代码创建 WPF 旋转动画

一、WPF窗体上有一个名为rectangle2的矩形

对应的XAML如下:

        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="
http://schemas.microsoft.com/winfx/2006/xaml"
        Title="Window1" Height="434" Width="593" Loaded="Window_Loaded">
   
       

转载于:https://www.cnblogs.com/liancs/archive/2012/07/21/3879270.html

你可能感兴趣的:(代码创建 WPF 旋转动画)