Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
This example shows how to set the title of the window in which a Page is hosted.
Exemplo
A page can change the title of the window that is hosting it by setting the WindowTitle property, like so:
<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>
Observação: |
|---|
S etting o Title propriedade de uma página não altera o valor do título da janela. Instead, Title specifies the name of a page entry in navigation history. |
Observação: