20 lines
1022 B
XML

<Page x:Class="Seyounth.Hyosung.UI.Views.Pages.AgvBinPage"
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:Seyounth.Hyosung.UI.Views.Pages"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
d:DataContext="{d:DesignInstance local:AgvBinPage,
IsDesignTimeCreatable=False}"
d:DesignHeight="800"
d:DesignWidth="1200"
ui:Design.Background="{DynamicResource ApplicationBackgroundBrush}"
ui:Design.Foreground="{DynamicResource TextFillColorPrimaryBrush}"
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
mc:Ignorable="d">
<!-- 更多线路 -->
<Page.Background>
<ImageBrush ImageSource="pack://application:,,,/Assets/agv.png"/>
</Page.Background>
</Page>