Files
UWP-Visual-Asset-Generator/UserControls/AssetEditUserControl.xaml
Yair Aichenbaum 6a0b7a485e Updated styles
2021-05-12 20:01:21 -04:00

14 lines
586 B
XML

<UserControl
x:Class="UWP_Visual_Asset_Generator.UserControls.AssetEditUserControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:UWP_Visual_Asset_Generator.UserControls"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:DesignHeight="300"
d:DesignWidth="400"
mc:Ignorable="d">
<Grid Background="{ThemeResource SystemControlAcrylicElementBrush}" />
</UserControl>