本示例演示如何设置承载 Page 的窗口的标题。
示例
通过设置 WindowTitle 属性,页面可以更改承载它的窗口的标题,如下所示:
<Page
xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml"
Title="Page Title"
WindowTitle="Window Title"
>
</Page>
![]() |
---|