Skip to content

Instantly share code, notes, and snippets.

@kw0006667
Created December 2, 2012 13:53
Show Gist options
  • Save kw0006667/4188793 to your computer and use it in GitHub Desktop.
Save kw0006667/4188793 to your computer and use it in GitHub Desktop.
修改主題為「Light」
<Application
x:Class="App2.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:App2"
RequestedTheme="Light">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<!--
定義平台外觀及操作之通用層面的樣式
Visual Studio 專案及項目範本的必要項
-->
<ResourceDictionary Source="Common/StandardStyles.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment