master
xaml 15 lines 568 Bytes
Raw
1 <windowex:WindowEx
2 x:Class="WslSettings.OOBEWindow"
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
7 xmlns:windowex="using:WinUIEx"
8 MinWidth="600"
9 MinHeight="600"
10 Closed="Window_Closed"
11 mc:Ignorable="d">
12 <Window.SystemBackdrop>
13 <MicaBackdrop/>
14 </Window.SystemBackdrop>
15 </windowex:WindowEx>