This commit is contained in:
tanglong 2025-10-18 14:47:22 +08:00
parent 41955de0d3
commit b9c3cac66a

View File

@ -6,8 +6,8 @@
x:Name="root" x:Name="root"
Height="30" Width="600"> Height="30" Width="600">
<Canvas> <Canvas>
<Border x:Name="LeftBar" Background="#e0585b" HorizontalAlignment="Left" Height="30"/> <Border x:Name="LeftBar" Background="#95dfce" HorizontalAlignment="Left" Height="30"/>
<Border x:Name="RightBar" Background="#95dfce" HorizontalAlignment="Right" Height="30"/> <Border x:Name="RightBar" Background="#e0585b" HorizontalAlignment="Right" Height="30"/>
<!-- 中间分割线图片 --> <!-- 中间分割线图片 -->
<Image x:Name="MiddleLine" <Image x:Name="MiddleLine"