Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <Button Margin="104,78,84,60" Name="button1" Height="100" Width="200">
  2. <StackPanel Orientation="Horizontal">
  3. <Image Source="ssv.png" Stretch="None" Height="50" Width="50" />
  4. <TextBlock TextAlignment="Center">Text value for this.</TextBlock>
  5. </StackPanel>
  6. </Button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement