Skip to content

System.Windows.Documents.Run

L edited this page Dec 31, 2017 · 2 revisions

希望采用不同的方案来书写文字,可以使用多个TextBlock,也可以使用一个TextBlock+多个Run

<TextBlock FontSize="12" Margin="20">
	<Run Text="Bigbang"></Run>
	<Run Text="Let's not fall in love." FontSize="15"></Run>
</TextBlock>

效果

1

Clone this wiki locally