방법: 페이지에서 창의 제목 설정
업데이트: 2007년 11월
이 예제에서는 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>