很简单的东西
<TextBlock Margin="10,0,0,0" Name="txtContent" TextWrapping="Wrap" FontSize="15" Foreground="Black">
<TextBlock.Background>
<ImageBrush ImageSource="../Images/beam/recommend.png" Stretch="UniformToFill" TileMode="None" />
</TextBlock.Background>
</TextBlock>
网友评论