WPF 动画
摘要:WPF的实现方式有多种,使用演示图板对属性进行动画处理、不使用演示图板对属性进行动画处理这里分别记录两种操作方式(1)使用演示图板对属性进行动画处理XMAL方式<StackPanel Margin="30" HorizontalAlignment="Left" MinWidth="500"> <TextBlock>Storyboard Animation Example</TextBlock> <!-- The width of this button is animated. -->
阅读全文
posted @ 2013-01-25 14:23