I would like to know how to insert trademark symbol in Silverlight via textblock.
I used this <Run Text="�开发者_C百科153"/>
however it appears box only.
Why not just use the literal character:
<Run Text="™"/>
I would like to know how to insert trademark symbol in Silverlight via textblock.
I used this <Run Text="�开发者_C百科153"/>
however it appears box only.
Why not just use the literal character:
<Run Text="™"/>
精彩评论