dragableAreaTopMost(Xaml Order)

This commit is contained in:
DaddyPig 2024-06-10 23:27:46 +02:00
parent b1afac887b
commit 4f849171c9

View File

@ -54,7 +54,7 @@
<Border CornerRadius="15" BorderThickness="20" BorderBrush="#FF282828">
<Grid Margin="-10,-10,-10,-10" Background="#FF282828">
<!-- Draggable Area -->
<Image HorizontalAlignment="Left" Height="450" Margin="233,-151,0,0" VerticalAlignment="Top" Width="591" Source="/logo.png"/>
<Image HorizontalAlignment="Left" Height="450" Margin="237,-162,0,0" VerticalAlignment="Top" Width="591" Source="/logo.png"/>
<Grid VerticalAlignment="Top" Height="45" Background="Transparent" MouseLeftButtonDown="DraggableArea_MouseLeftButtonDown" Margin="0,-21,0,0">