1. 程式人生 > >System.Windows.Documents.Run

System.Windows.Documents.Run

blog div 效果 mar 不同的 nal gpo nsh font

希望采用不同的方案來書寫文字,可以使用多個TextBlock,也可以使用一個TextBlock+多個Run

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

效果

技術分享圖片

System.Windows.Documents.Run