我正在尝试制作一个地铁风格的新闻应用程序,我想让新闻内容中的第一个单词比其他内容更大......请...那么无论如何要做到这一点......?我提前感谢你=]
你可以这样做TextBlock:
<TextBlock>
<TextBlock.Inlines>
<Run FontWeight="Bold" FontSize="14" Text="Big and bold text " />
<Run FontSize="10" Foreground="Red" Text="next to small red text. " />
</TextBlock.Inlines>
</TextBlock>
Run Code Online (Sandbox Code Playgroud)
但是,TextBox不支持内联,只支持单个文本值,因此不支持TextBox.
| 归档时间: |
|
| 查看次数: |
255 次 |
| 最近记录: |