Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <Window xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. MinWidth="500"
  4. MinHeight="300"
  5. Title="DiceExpressions">
  6. <Grid>
  7. <TextBox Name="textBoxLbl" Text="Binding Plot" />
  8. <TextBox Name="textBox" Text="{Binding Plot}" />
  9. <!-- <Border>
  10. <Image Source="logo.png" Stretch="UniformToFill"/>
  11. </Border> -->
  12. </Grid>
  13. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement