<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
HorizontalAlignment="Center" VerticalAlignment="Center">
<Grid>
<Button Width="75" Height="23" Margin="0,0" HorizontalAlignment="Left" VerticalAlignment="Top">
One
</Button>
<Button Width="75" Height="23" Margin="15,15" HorizontalAlignment="Left" VerticalAlignment="Top">
Two
</Button>
<Button Width="75" Height="23" Margin="30,30" HorizontalAlignment="Left" VerticalAlignment="Top">
Three
</Button>
</Grid>
</Page>
|