开发者

Silverlight 4: Trademark Symbol

开发者 https://www.devze.com 2023-01-26 04:18 出处:网络
I would like to know how to insert trademark symbol in Silverlight via textblock. I used this <Run Text=\"&#0开发者_C百科153\"/>however it appears box only.Why not just use the literal char

I would like to know how to insert trademark symbol in Silverlight via textblock.

I used this <Run Text="&#0开发者_C百科153"/> however it appears box only.


Why not just use the literal character:

<Run Text="™"/>
0

精彩评论

暂无评论...
验证码 换一张
取 消