fork download
  1. <Window x:Class="MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="MainWindow" Height="233" Width="240">
  5.  
  6. <Grid x:Name="MyGrid">
  7. <Image Name="MyImage" Stretch="None" ></Image>
  8. </Grid>
  9.  
  10. </Window>
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty