controlmymonitormanagement/DellMonitorControl/ControlPanel.xaml
2023-07-03 01:51:09 +08:00

15 lines
662 B
XML

<UserControl x:Class="DellMonitorControl.ControlPanel"
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:DellMonitorControl"
mc:Ignorable="d">
<Grid>
<Border Background="{DynamicResource H3}" CornerRadius="10" MouseLeave="Border_MouseLeave"/>
<StackPanel Name="sp" Margin="10">
</StackPanel>
</Grid>
</UserControl>