ui/winui/App.xaml

changeset 0
2483f517c562
equal deleted inserted replaced
-1:000000000000 0:2483f517c562
1 <?xml version="1.0" encoding="utf-8"?>
2 <Application
3 x:Class="winui.App"
4 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6 xmlns:local="using:winui">
7 <Application.Resources>
8 <ResourceDictionary>
9 <ResourceDictionary.MergedDictionaries>
10 <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
11 <!-- Other merged dictionaries here -->
12 </ResourceDictionary.MergedDictionaries>
13 <!-- Other app resources here -->
14 <SolidColorBrush x:Key="WindowCaptionBackground">Transparent</SolidColorBrush>
15 <SolidColorBrush x:Key="WindowCaptionBackgroundDisabled">Transparent</SolidColorBrush>
16 </ResourceDictionary>
17 </Application.Resources>
18 </Application>

mercurial