botw-toolset/Control/TSCBAreaExpander.xaml
Chev a1a83285f8 Migrate from .NET Framework 4.8 to .NET 5
Also compress Resources/Icons image files, and remove unused entry in App.xaml
2021-01-18 23:33:46 -08:00

14 lines
679 B
XML

<UserControl x:Class="BOTWToolset.Control.TSCBAreaExpander"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BOTWToolset.Control"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="250">
<Grid>
<Expander x:Name="AreaExpander" Header="Expander">
<Grid Background="Transparent"/>
</Expander>
</Grid>
</UserControl>