在mainpage.XAML中定义和使用

定义方法

    <Page.Resources>

        <!-- TODO: Delete this line if the key AppName is declared in App.xaml -->
        <x:String x:Key="AppName">HelloWorld</x:String>
    </Page.Resources>

使用方法

   <TextBlock x:Name="pageTitle" Grid.Column="1" Text="{StaticResource AppName}" Style="{StaticResource PageHeaderTextStyle}"/>

 

 

posted on 2012-11-26 13:59  振宇爸爸  阅读(160)  评论(0编辑  收藏  举报