Making specific Text Boldefaced in a TextBox

前端 未结 7 1944
情歌与酒
情歌与酒 2020-11-28 12:37

Hi I currently have a texbox that prints out info to the user when they press diffrent buttons. I was wondering if there was a way to make only some of my text bolded while

7条回答
  •  有刺的猬
    2020-11-28 13:09

    You can use TextBlock with other TextBlocks or Runs inside:

    
        normal text
        bold text
        more normal text
        more bold text
    
    

提交回复
热议问题