Gavin.han

致力于移动开发 技术改变生活

导航

在图片上显示文字的实现

Posted on 2012-10-13 08:43  gavin.han  阅读(258)  评论(0编辑  收藏  举报

<ButtonGrid.Row="0"Grid.Column="0"BorderThickness="0"Width="200"Height="200">
<Button.Background>
<ImageBrushImageSource="/Images/Main/hot.png"/>
</Button.Background>
<TextBlockText="热门应用"FontSize="22"Margin="0,120,60,0"Width="80"/>
</Button>