Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Window
- x:Class="build1._.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="build1"
- Height="401"
- Width="429"
- AllowsTransparency="True"
- WindowStyle="None">
- <Window.Background>
- <SolidColorBrush
- Opacity="0.0"
- Color="White" />
- </Window.Background>
- <Grid
- Visibility="Visible">
- <Button
- x:Name="button1"
- Click="button1_Click"
- Grid.Column="0"
- Grid.Row="0"
- HorizontalAlignment="Left"
- VerticalAlignment="Top"
- Margin="33,28,0,0"
- Width="100"
- Height="90"
- Background="Transparent"
- BorderBrush="{x:Null}">
- <Image
- Source="C:/Users/TheCreator/Documents/SharpDevelop Projects/build1.2/res/test.png"
- Stretch="Fill"
- Grid.Column="0"
- Grid.Row="0"
- HorizontalAlignment="Left"
- VerticalAlignment="Top"
- Margin="0,0,0,0"
- Width="100"
- Height="90" />
- </Button>
- <Button
- x:Name="button2"
- Click="button1_Click"
- Grid.Column="0"
- Grid.Row="0"
- HorizontalAlignment="Left"
- VerticalAlignment="Top"
- Margin="119,40,0,0"
- Width="100"
- Height="90"
- Background="Transparent"
- BorderBrush="{x:Null}" />
- <Image
- Source="C:/Users/TheCreator/Documents/SharpDevelop Projects/build1.2/res/test.png"
- Stretch="Fill"
- Height="90"
- Width="100"
- Margin="119,40,0,0"
- VerticalAlignment="Top"
- HorizontalAlignment="Left"
- Grid.Row="0"
- Grid.Column="0" />
- </Grid>
- </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement