Guest User

Untitled

a guest
Jan 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <Canvas x:Name="DesignerCanvas" ClipToBounds="True" SnapsToDevicePixels="True">
  2. <ContentControl MouseDown="OnDown" Width="100" Height="100" Canvas.Left="210" Canvas.Top="220" Style="{StaticResource DesignerItemStyle}">
  3. <Image MouseDown="OnDown" IsHitTestVisible="False" Stretch="Fill" Source="Media/cross.png" />
  4. </ContentControl>
  5. </Canvas>
Add Comment
Please, Sign In to add comment