ui/winui/App.xaml

branch
newapi
changeset 211
5d71a36b833b
parent 205
b1ac0dd1d38b
equal deleted inserted replaced
210:83556205edad 211:5d71a36b833b
9 <ResourceDictionary.MergedDictionaries> 9 <ResourceDictionary.MergedDictionaries>
10 <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" /> 10 <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
11 <!-- Other merged dictionaries here --> 11 <!-- Other merged dictionaries here -->
12 </ResourceDictionary.MergedDictionaries> 12 </ResourceDictionary.MergedDictionaries>
13 <!-- Other app resources here --> 13 <!-- Other app resources here -->
14 <SolidColorBrush x:Key="WindowCaptionBackground">Transparent</SolidColorBrush>
15 <SolidColorBrush x:Key="WindowCaptionBackgroundDisabled">Transparent</SolidColorBrush>
14 </ResourceDictionary> 16 </ResourceDictionary>
15 </Application.Resources> 17 </Application.Resources>
16 </Application> 18 </Application>

mercurial