心中有你

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  wpf笔记

摘要:1.通过xamls设置动画<StackPanel> <Rectangle Width="100" Height="100" Name="r1"> <Rectangle.Fill> <SolidColorBrush Color="Blue" x:Name="s1"/> </Rectangle.Fill> <Rectangle.RenderTransform> <RotateTransform x:Name="r 阅读全文
posted @ 2012-01-01 18:17 心中有你 阅读(4568) 评论(1) 推荐(1)

摘要:<Window x:Class="myPanel.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Basic Bindings" Height="400" Width="400" xmlns:p="clr-namespace:myPane 阅读全文
posted @ 2011-12-31 22:45 心中有你 阅读(241) 评论(0) 推荐(0)