0

Windows 8 XAML アプリケーションで既定のページ ヘッダーを変更するにはどうすればよいですか? 質問は簡単です。私はまだ XAML を学んでいます。

<Page.DataContext>
    <local:MainPageViewModel/>
</Page.DataContext>
<!-- PageAdornerControl displays the back button and a page title -->
<Layout:PageAdornerControl
        Background="{StaticResource ApplicationPageBackgroundThemeBrush}"
        Header="{Binding Header}">

ヘッダーはテキストとして表示されます。私が最初に考えたのは {Binding Header} を {Binding } に変更することでしたが、ヘッダーにマウスを合わせると、それが有効なものとして表示されます。また、Visual Studio 2012 のプロパティ ウィンドウを使用してテキストを変更したいと考えています。

4

1 に答える 1