BoatElevatorMap.xaml 871 B

12345678910111213141516
  1. <UserControl x:Class="Aitex.Core.UI.Control.BoatElevatorMap"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. mc:Ignorable="d"
  7. d:DesignHeight="240" d:DesignWidth="170">
  8. <Viewbox Stretch="Uniform">
  9. <Canvas Width="240" Height="821">
  10. <!--<Image Canvas.Left="3" Source="/FurnaceUI;component/Resources/Images/Controls3/Boat.png" Height="2091" Width="259" Panel.ZIndex="3" Canvas.Top="-450"/>-->
  11. <Canvas Width="240" Height="821" x:Name="rootCanvas" Canvas.ZIndex="1">
  12. </Canvas>
  13. </Canvas>
  14. </Viewbox>
  15. </UserControl>