标签:.com idt style 圆形 photo ddr ges 图片 代码
经常需要做一个圆形头像的样式,like this
做法很简单,直接上xaml。
<Ellipse Width="80" Height="80"> <Ellipse.Fill> <ImageBrush ImageSource="photo address"></ImageBrush> </Ellipse.Fill> </Ellipse>
创建一个椭圆(长和宽一样就是圆),用ImageBrush 图像笔刷,刷到椭圆的Fill 填充属性里。
代码简单,但实际开发中用的还是挺多的。
标签:.com idt style 圆形 photo ddr ges 图片 代码
原文地址:http://www.cnblogs.com/MzwCat/p/7857874.html