How to make the text bold of TextBlock in Silverlight?

后端 未结 2 926
感动是毒
感动是毒 2021-02-04 15:14

I am developing window phone 7 application in C#. I am new to the window phone 7 application. I am also new to the silverlight. I want to generate the bold text of Texblock dyna

2条回答
  •  故里飘歌
    2021-02-04 15:34

    If you use the WrapPanel (from the Toolkit) you can do this:

    
        
            
            
            
            
            
        
    
    

    (The above is only in a grid to enable code highlighting here in SO and does not need to be for the effect to work.)

提交回复
热议问题