您的位置:首页 > 移动开发

wp8 application.resources 加入

2014-09-16 00:04 141 查看
在APP.xaml 中加入
<pre name="code" class="html"><Application.Resources>
<local:LocalizedStrings xmlns:local="clr-namespace:test1" x:Key="LocalizedStrings"/>
<Style x:Name="myBt" TargetType="Button">
<Setter Property="FontFamily" Value="Verdana"></Setter>
<Setter Property="FontSize" Value="30"></Setter>
<Setter Property="Background" Value="CornflowerBlue"/>
</Style>
</Application.Resources>



                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  wp8