Advertisement
Guest User

canvas

a guest
Sep 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.69 KB | None | 0 0
  1. <Window x:Class="Robolahing.DisplayWindow"
  2.         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.         xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5.         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6.         xmlns:local="clr-namespace:Robolahing"
  7.         mc:Ignorable="d"
  8.         Title="graafika" Height="1080" Width="1920" WindowStartupLocation="Manual" WindowStyle="None" Loaded="Window_Loaded" Closed="Window_Closed">
  9.     <Canvas Width="Auto" Height="Auto" Background="LightGray">
  10.         <Image Source="/Assets/cover_slide.png"></Image>
  11.     </Canvas>
  12. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement