Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <Canvas Name="currentPrompt" Width="800" Height="600">
  2. <ItemsControl ItemsSource="{Binding CurrentPromptImages}">
  3. <ItemsControl.ItemTemplate>
  4. <DataTemplate>
  5. <Rectangle Width="{Binding Width}" Height="{Binding Height}" Fill="Black" Canvas.Left="{Binding Location.X}" Canvas.Top="{Binding Location.Y}"/>
  6. </DataTemplate>
  7. </ItemsControl.ItemTemplate>
  8. </ItemsControl>
  9. </Canvas>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement