纯色绘制区域使用纯色绘制区域,下面的代码是绘制一个红色的长方形: <StackPanel> <Rectangle Fill="#FFFF0000" Width="200" Height="100"></Rectangle> </StackPanel>或 <Rectangle Width="200" Height="100"> <Rectangle.Fill> <SolidColorBrush Color="R Read More
posted @ 2011-06-10 22:28 Michael-zds Views(1216) Comments(1) Diggs(1)