摘要: VisualBrush做倒影 我们先看下效果 我们用到的是一个Textbox,一个Rectangle。 思路是:我们在Ractangle里填充VisualBrush,并绑定Textbox. 下面看代码: Grid TextBox Height="40" Margin="42,51,40,0" Name="textBox1" VerticalAlignment="Top" FontSize="24" / Rectangle Margin="42,102,42,0" Name="rectangle1" Stroke="Black" Height="40" VerticalAlignme 阅读全文
posted @ 2010-12-13 20:21 Lee's Blog 阅读(1513) 评论(0) 推荐(1) 编辑