WPF 窗口标题中的上标

发布于 2024-11-08 03:31:28 字数 46 浏览 0 评论 0原文

我需要能够在页面的标题窗口内添加上标 TM。我如何在 XAML 中做到这一点?

I need to be able to superscript TM inside the title window of my page.How can i do that in XAML ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小糖芽 2024-11-15 03:31:28

只需在窗口的 Title 属性中使用 Unicode 商标符号 ™:

<Window x:Class="WpfApplication1.MainWindow" 
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="Super Awesome Main Window™">

Just use the Unicode trademark symbol, ™, in your window's Title attribute:

<Window x:Class="WpfApplication1.MainWindow" 
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="Super Awesome Main Window™">
指尖上得阳光 2024-11-15 03:31:28

这是一个链接:http://en.wikipedia.org/wiki/Trademark_symbol
简短而甜蜜,如果您使用的是 Windows,请使用 ALT + 0153,否则您可以尝试复制/粘贴“™”。

祝你编码愉快!

Here's a link: http://en.wikipedia.org/wiki/Trademark_symbol
Short and sweet, use ALT + 0153 if you're using windows, otherwise you could just try and copy/paste '™'.

Have fun coding!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文